Forum
INPUT problem - Printable Version

+- Forum (https://www.boriel.com/forum)
+-- Forum: Compilers and Computer Languages (https://www.boriel.com/forum/forumdisplay.php?fid=12)
+--- Forum: ZX Basic Compiler (https://www.boriel.com/forum/forumdisplay.php?fid=11)
+---- Forum: Bug Reports (https://www.boriel.com/forum/forumdisplay.php?fid=15)
+---- Thread: INPUT problem (/showthread.php?tid=727)



INPUT problem - 365Ink - 03-24-2016

Hello everyone!
I have this slight problem with INPUT. INPUT seems to be unrecognized by the compiler. Wherever I put input it just wouldnt work. Is there any workaround? Thanks.


Re: INPUT problem - britlion - 03-31-2016

Input isn't built in by default. You have to include it from the library, to have an input function, or write your own.

See earlier forum post: <!-- l --><a class="postlink-local" href="http://www.boriel.com/forum/post1585.html">post1585.html</a><!-- l -->

And in the reference: <!-- m --><a class="postlink" href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:INPUT">http://www.boriel.com/wiki/en/index.php/ZX_BASIC:INPUT</a><!-- m -->