Boriel Basic Forum
INPUT problem - Printable Version

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



INPUT problem - 365Ink - 2016-03-24

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 - 2016-03-31

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="https://forum.boriel.com/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 -->