not even sure we're ever going to implement EDIT
This commit is contained in:
parent
21b090aa9f
commit
9aba355ee6
1 changed files with 4 additions and 4 deletions
|
@ -60,10 +60,10 @@ module Rpl
|
|||
[stack, dictionary]
|
||||
end
|
||||
|
||||
def edit( stack, dictionary )
|
||||
# TODO
|
||||
[stack, dictionary]
|
||||
end
|
||||
# def edit( stack, dictionary )
|
||||
# # TODO
|
||||
# [stack, dictionary]
|
||||
# end
|
||||
|
||||
# add to a stored variable. ex: 1 'name' sto+ 'name' 2 sto+
|
||||
def sto_add( stack, dictionary )
|
||||
|
|
Loading…
Reference in a new issue