Commit 62897c1
Minor manual improvements (RAND/RND, arrays, GET)
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)1 parent 2960085 commit 62897c1
1 file changed
Lines changed: 30 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
535 | 535 | | |
536 | 536 | | |
537 | 537 | | |
538 | | - | |
| 538 | + | |
| 539 | + | |
539 | 540 | | |
540 | 541 | | |
541 | | - | |
| 542 | + | |
542 | 543 | | |
543 | 544 | | |
544 | 545 | | |
| |||
579 | 580 | | |
580 | 581 | | |
581 | 582 | | |
582 | | - | |
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
| |||
638 | 638 | | |
639 | 639 | | |
640 | 640 | | |
641 | | - | |
| 641 | + | |
642 | 642 | | |
643 | 643 | | |
644 | 644 | | |
| |||
740 | 740 | | |
741 | 741 | | |
742 | 742 | | |
743 | | - | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
744 | 746 | | |
745 | 747 | | |
746 | 748 | | |
| |||
860 | 862 | | |
861 | 863 | | |
862 | 864 | | |
| 865 | + | |
863 | 866 | | |
864 | 867 | | |
865 | 868 | | |
| |||
999 | 1002 | | |
1000 | 1003 | | |
1001 | 1004 | | |
1002 | | - | |
| 1005 | + | |
| 1006 | + | |
| 1007 | + | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
| 1013 | + | |
| 1014 | + | |
| 1015 | + | |
| 1016 | + | |
| 1017 | + | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
| 1021 | + | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
1003 | 1026 | | |
1004 | 1027 | | |
1005 | 1028 | | |
| |||
1206 | 1229 | | |
1207 | 1230 | | |
1208 | 1231 | | |
1209 | | - | |
| 1232 | + | |
1210 | 1233 | | |
1211 | 1234 | | |
1212 | 1235 | | |
| |||
0 commit comments