BleuLlama / TinyBasicPlus

A C implementation of Tiny Basic, with a focus on support for Arduino
401 stars 117 forks source link

PLEASE ADD INPUT COMMAND FOR USER INPUT #38

Closed Bopstar closed 6 years ago

Bopstar commented 6 years ago

I would love someone to add the input command so a programme can ask for a user input weather its a name or a variable e.g. Pick a number between 1 and 10. this would make programmes so much more us full /functional.

Kind regards, Justin Harris

BleuLlama commented 6 years ago

The INPUT is available. I added some documentation about it on the main page. It only accepts expressions though. not text strings. So you can enter an immediate number or variable name, etc.