Fix stack underflow in lsys
parent
be9d6326dd
commit
39462dbc94
|
@ -22,7 +22,7 @@ VAR: command-table
|
||||||
: exec-command* ( string -- )
|
: exec-command* ( string -- )
|
||||||
[ parameter ] [ command ] bi
|
[ parameter ] [ command ] bi
|
||||||
command-table> at dup
|
command-table> at dup
|
||||||
[ 1 tail* call ] [ 3drop ] if ;
|
[ 1 tail* call ] [ 2drop ] if ;
|
||||||
|
|
||||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue