documentation bugfix for DESK/HOME

This commit is contained in:
4am 2018-03-03 10:48:40 -05:00
parent 1b0521d265
commit 79b6984dbf
1 changed files with 1 additions and 1 deletions

View File

@ -1186,7 +1186,7 @@ Appendix C: Sample Code
Here is the source code to the BASICDEMO program, included in the WeeGUI disk image. It shows how a few simple lines of code can create a complex, sophisticated interface, thanks to WeeGUI.
1 PRINT CHR$ (4)"brun weegui"
10 & DESK
10 & HOME(1)
20 & WINDW(0,2,2,15,76,7,76,40)
21 & TITLE("Help")
22 & STACT(2500)