mirror of
https://github.com/blondie7575/WeeGUI.git
synced 2024-12-13 15:30:04 +00:00
documentation bugfix for DESK/HOME
This commit is contained in:
parent
1b0521d265
commit
79b6984dbf
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user