Hi,
I've been reading from XBASIC manual, that ON INTERVAL GOSUB can not be compiled on XBASIC, because of bug...
I anyway just tried, and it compiled just fine??? Does anyone have information about the bug? Do I have some fixed version of XBASIC?
This is the code I used to test this command:
10 INTERVAL ON 20 _TURBO ON 30 ON INTERVAL=60 GOSUB 50 40 GOTO 40 50 BEEP:RETURN
ログイン/登録して投稿
