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'],
|
||||
category,
|
||||
'( a b -- ) drop first two stack elements',
|
||||
proc do
|
||||
run( '2 dropn' )
|
||||
end )
|
||||
Types.new_object( RplProgram, '« 2 dropn »' ) )
|
||||
|
||||
@dictionary.add_word( ['dropn'],
|
||||
category,
|
||||
|
|
Loading…
Add table
Reference in a new issue