mirror of
https://github.com/nineties/planckforth
synced 2024-12-26 21:58:42 +01:00
fix a bug
This commit is contained in:
parent
dfffc47d16
commit
32027f66f3
1 changed files with 1 additions and 0 deletions
|
@ -2543,6 +2543,7 @@ need-defined (read)
|
||||||
( === End of bootstrap === )
|
( === End of bootstrap === )
|
||||||
|
|
||||||
:noname
|
:noname
|
||||||
|
argc @ 1 < 2 if exit then
|
||||||
1 arg s" --version" 10 strneq if
|
1 arg s" --version" 10 strneq if
|
||||||
." PlanckForth " version type cr bye
|
." PlanckForth " version type cr bye
|
||||||
else 1 arg s" --runtime" 10 strneq if
|
else 1 arg s" --runtime" 10 strneq if
|
||||||
|
|
Loading…
Reference in a new issue