keith-packard / snek

Snek programming language for tiny systems
GNU General Public License v3.0
292 stars 30 forks source link

Allow only one optional parameter to 'input' #76

Closed keith-packard closed 1 year ago

keith-packard commented 1 year ago

Python only allows zero or one parameters to the input function. Check for more than one and emit an error.

Closes: #75

Signed-off-by: Keith Packard keithp@keithp.com