Skip to content

Commit 1eb71b5

Browse files
authored
Merge pull request #726 from wyld-sw/master
Fix lib-editor's "invalid line" error logic.
2 parents 169b68c + 8d6409b commit 1eb71b5

File tree

1 file changed

+1
-1
lines changed
  • dbs/starterdb/muf

1 file changed

+1
-1
lines changed

dbs/starterdb/muf/18.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
then then then
9898

9999
(max line)
100-
dup 1 < if pop 1
100+
dup 1 < if pop pop 1
101101
else
102102
swap 1 + over over
103103
> if swap then pop

0 commit comments

Comments
 (0)