Greatest common divisor: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 3,430: Line 3,430:


=={{header|FutureBASIC}}==
=={{header|FutureBASIC}}==
<syntaxhighlight lang="futurebasic">
This is a nearly-trivial 6-line function, so we've dressed it up a bit to show how easily FutureBASIC builds a full, interactive application. In FB, when you complete your code and hit RUN, the built app can open in as little as 3 seconds.
This is a nearly-trivial 6-line function, so we've dressed it up a bit to show how easily FutureBASIC builds a full, interactive application. In FB, when you complete your code and hit RUN, the built app can open in as little as 3 seconds.