Hallo
So z.b.

main:

for temp = 1 to 3000
if taster = 1 then exit
waitms 1
next

toggle led

exit:goto main
end