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
Note that RAND(N) returns an integer number between 0 and N-1.
Add "see also" notes to RAND() and RND(), to point to each other.
Reminder of allow values in WORD vs BYTE arrays, and point out signed-ness.
Explain that GET does not read certain keys (Start/Select/Option,
Break/Reset, or Shift/Control on their own). Provide hints (memory
locations to PEEK) to check the status of some of them (may be out
of scope; perhaps FastBasic could add functions to test these?!)
Also, some formatting corrections
* Remove an extra blank in in "Hello [EOL] World" example output.
* Make sure "EXEC" example appears correctly ("@**" at the end
did something unexpected in Markdown)
0 commit comments