keith-packard / snek

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

Return '' when just <nl> is provided to 'input' #66

Closed keith-packard closed 1 year ago

keith-packard commented 1 year ago

That's what Python does. Snek's behavior of returning None didn't match.

Closes #64

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