Added documentation on mode statement

This commit is contained in:
Bobbi Webber-Manners 2018-05-02 20:30:07 -04:00 committed by GitHub
parent 7a91e0c0fb
commit f22f303c80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -700,6 +700,12 @@ Prints a byte array as a string to the console. The string is null terminated (
pr.str A; ' A is a byte array
#### mode
This is for setting the text video mode on the Apple II only. It only works in the interpreter at present.
mode 40; ' Set 40 column mode
mode 80; ' Set 80 column mode
### Console Input
#### kbd.ch