04-09-2025, 02:46 AM
So, QBJS is a web browser Html/Javascript IDE parser which works well with FireFox..
This did not work:
This did not work:
Code: (Select All)
On Timer Gosub Display
Timer On
For V=1 to 10
Print str$(V);" ";
Next
Print "Press key:"
Do
_Limit 75
x$=Inkey$
If Len(x$) Then Exit Do
Loop
Timer Off
End
Display:
Print Rnd
Return