replaces remnant proc run() with RplProgram
This commit is contained in:
parent
7a5e3bf262
commit
409ed653f2
1 changed files with 1 additions and 3 deletions
|
@ -27,9 +27,7 @@ module RplLang
|
||||||
@dictionary.add_word( ['drop2'],
|
@dictionary.add_word( ['drop2'],
|
||||||
category,
|
category,
|
||||||
'( a b -- ) drop first two stack elements',
|
'( a b -- ) drop first two stack elements',
|
||||||
proc do
|
Types.new_object( RplProgram, '« 2 dropn »' ) )
|
||||||
run( '2 dropn' )
|
|
||||||
end )
|
|
||||||
|
|
||||||
@dictionary.add_word( ['dropn'],
|
@dictionary.add_word( ['dropn'],
|
||||||
category,
|
category,
|
||||||
|
|
Loading…
Add table
Reference in a new issue