XBASIC & ON INTERVAL GOSUB

By NYYRIKKI

Enlighted (6016)

Аватар пользователя NYYRIKKI

17-04-2006, 13:00

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

Для того, чтобы оставить комментарий, необходимо регистрация или !login

By Leo

Paragon (1236)

Аватар пользователя Leo

28-12-2010, 19:54

i used it also and found it worked , but there are different versions of xbasic , 1 , 2 , 2plus

By NYYRIKKI

Enlighted (6016)

Аватар пользователя NYYRIKKI

29-12-2010, 12:52

About X-BASIC & interrupts... You may found also this one interesting:
http://www.msx.org/forumtopic9185.html

I know only two versions of XBASIC :-?

Does anyone know what are the exact differences? I remember that the other one has support for SCREEN 10-12 but I found out it has some other bug that does not appear in earlier version... Unfortunately I can't remember the exact details, but it was also graphic related...