|
|
|
|
|
by Vextasy
2005 days ago
|
|
It’s a really nicely written manual, clearly targeted at the novice. Appendix B (Limitations on BASIC) gives a rule-of-thumb for the maximum length of a program as "in general about 2 feet". It was evidently possible to create a complex program in 2 feet as they make the suggestion (on page 46) that a GOTO or IF might jump to a REM statement. However, some unusual advice is given on page 4 which might have caused confusion: Because “line numbers also serve to specify the order in which the statements are performed by the computer … you could type your program in any order”. |
|