Simple windowed application: Difference between revisions

Content added Content deleted
m (BaCon and BBC BASIC moved to the BASIC section.)
Line 816: Line 816:
</syntaxhighlight>
</syntaxhighlight>


=={{header|BaCon}}==
=={{header|BASIC}}==
==={{header|BaCon}}===
Requires BaCon version 4.0.1 or higher, using GTK3.
Requires BaCon version 4.0.1 or higher, using GTK3.
<syntaxhighlight lang="bacon">OPTION GUI TRUE
<syntaxhighlight lang="bacon">OPTION GUI TRUE
Line 837: Line 838:
WEND</syntaxhighlight>
WEND</syntaxhighlight>


=={{header|BBC BASIC}}==
==={{header|BBC BASIC}}===
{{works with|BBC BASIC for Windows}}
{{works with|BBC BASIC for Windows}}
<syntaxhighlight lang="bbcbasic"> INSTALL @lib$+"WINLIB2"
<syntaxhighlight lang="bbcbasic"> INSTALL @lib$+"WINLIB2"