You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cursorkeys edited this page Jan 22, 2023
·
7 revisions
Classic Basic
The following foundation Basic commands and functions are supported:
absandascatnchr$clrcosdefdimdataendexpfnforgetgosubgotoifinputinput#intleft$lenletlistloadlogmid$newnextnotorprintreadremrestorereturnright$rndrunsavesgnsinspcsqrstepstopstr$tabtanthentimetime$tovalπ
Partial implementation
time$posfre
Alternative Implementation
peekpoke
Will not support
sysusrverifywait
Not yet implemented
closecmdcontget#onopenprint#status
Browsers
Paste functionality
For some browsers, like Chrome, you need to enable pasting for a certain webpage.
Pasting is used, to easily move your program from your favourite editor into the sandbox environment.
In Chrome you can find this under Settings / Privacy / Site Settings, there you can see if you managed to disallow using clipboard for your site.
Audio
Audio only works on webpages after a user click. B3 waits with audio initialization until the first key pres event has been noticed.
This has been tested to work on Firefox and Chrome.