From 79b6984dbf9667246aaeddb40603605bda0d5881 Mon Sep 17 00:00:00 2001 From: 4am Date: Sat, 3 Mar 2018 10:48:40 -0500 Subject: [PATCH] documentation bugfix for DESK/HOME --- Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation.md b/Documentation.md index 51d3866..2e867a0 100644 --- a/Documentation.md +++ b/Documentation.md @@ -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)