Simple windowed application: Difference between revisions

m
BaCon and BBC BASIC moved to the BASIC section.
m (BaCon and BBC BASIC moved to the BASIC section.)
Line 816:
</syntaxhighlight>
 
=={{header|BaConBASIC}}==
==={{header|BaCon}}===
Requires BaCon version 4.0.1 or higher, using GTK3.
<syntaxhighlight lang="bacon">OPTION GUI TRUE
Line 837 ⟶ 838:
WEND</syntaxhighlight>
 
==={{header|BBC BASIC}}===
{{works with|BBC BASIC for Windows}}
<syntaxhighlight lang="bbcbasic"> INSTALL @lib$+"WINLIB2"
512

edits