Jump to content

GUI enabling/disabling of controls: Difference between revisions

m
BaCon and BBC BASIC moved to the BASIC section.
m (BaCon and BBC BASIC moved to the BASIC section.)
Line 269:
; Ensures the script ends when the GUI is closed.</syntaxhighlight>
 
=={{header|BaConBASIC}}==
==={{header|BaCon}}===
This code requires BaCon 4.0.1 or higher.
<syntaxhighlight lang="bacon">OPTION GUI TRUE
Line 306 ⟶ 307:
WEND</syntaxhighlight>
 
==={{header|BBC BASIC}}===
{{works with|BBC BASIC for Windows}}
<syntaxhighlight lang="bbcbasic"> INSTALL @lib$+"WINLIB2"
512

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.