A+B: Difference between revisions

Content added Content deleted
No edit summary
Line 2,774: Line 2,774:


=={{header|FutureBasic}}==
=={{header|FutureBasic}}==
The input statement was removed from FB several years ago. However, it's not complicated to write our own input field which compiles as a stand-alone Macintosh application.
The input statement was removed from FB several years ago. However, it's trivial to write our own input field which compiles as a stand-alone Macintosh application.
<lang futurebasic>
<lang futurebasic>
_window = 1
_window = 1
Line 2,827: Line 2,827:
-250 + 1000 = 750
-250 + 1000 = 750
</pre>
</pre>



=={{header|Gambas}}==
=={{header|Gambas}}==