LightAndLight / ipso

A functional scripting language.
https://ipso.dev
16 stars 1 forks source link

`readln` should strip the trailing newline #391

Open LightAndLight opened 1 year ago

LightAndLight commented 1 year ago

readln returns the newline that is generated when the user presses "enter" to submit their input. It should strip that newline.