Probier mal das Programm aus:


define x port[1]

#loop
tog x
pause 20
tog x
pause 20
goto loop

Matthias