| BCX Console Demonstration Program S38.bas |
' -------------------------------------------------------------------------' This is meant to show off the use of colon separated compound statements' -------------------------------------------------------------------------DIMa:COLOR7,0:cls:FORa=1TO24:?"This is line number",a:NEXTa ?"This is line number",a++;:CALLPANEL(5,10,20,20,15,1,32,0)LOCATE1,50,0:INPUTa:CALLPANEL(5,10,20,20,15,4,32,1):LOCATE1,1