Dyalog / TryAPL

This is the source code for TryAPL.org
https://tryapl.org
MIT License
23 stars 7 forks source link

Session gets confused when you delete all leading spaces from a line which generated an error and enter it again #35

Open dyaandys opened 2 years ago

dyaandys commented 2 years ago

Operating system is Debian GNU/Linux 10 (buster) APL interpreter is 64-bit Dyalog 18.2.44990.0 Unicode Server is Jarvis 1.8.5 TryAPL version is 3.6.1

  1÷0

DOMAIN ERROR: Divide by zero 1÷0 ∧ Now move up to the line after the DOMAIN ERROR output and delete all 6 leading spaces and hit enter DOMAIN ERROR: Divide by zero VALUE ERROR: Undefined name: zero DOMAIN ERROR : Divide by zero ∧

I think something slightly odd occurs of you do the same with the line that you initially entered after the error is displayed .. but that seems less predictable