hostilefork / replpad-js

Interactive Web Console for Rebol language (Ren-C branch)
GNU Lesser General Public License v3.0
13 stars 9 forks source link

ASK TEXT! with nothing on line before prompt fails #71

Open hostilefork opened 5 years ago

hostilefork commented 5 years ago
>> ask "Age:"
Age: 10
== "10"

>> write-stdout "Age: " ask integer!
Age: 10
== 10

>> ask text!
(i) Info: use WHY for error information
** Error: TypeError: Cannot read property 'textContent' of null