diff --git a/forth/readln.fs b/forth/readln.fs index a270482..9955185 100644 --- a/forth/readln.fs +++ b/forth/readln.fs @@ -76,5 +76,5 @@ ( not EOL? good, inc and return ) DUP IF 1 IN> +! EXIT THEN ( c ) ( EOL ? readline. we still return typed char though ) - (rdln) (