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]
|
[stack, dictionary]
|
||||||
end
|
end
|
||||||
|
|
||||||
def edit( stack, dictionary )
|
# def edit( stack, dictionary )
|
||||||
# TODO
|
# # TODO
|
||||||
[stack, dictionary]
|
# [stack, dictionary]
|
||||||
end
|
# end
|
||||||
|
|
||||||
# add to a stored variable. ex: 1 'name' sto+ 'name' 2 sto+
|
# add to a stored variable. ex: 1 'name' sto+ 'name' 2 sto+
|
||||||
def sto_add( stack, dictionary )
|
def sto_add( stack, dictionary )
|
||||||
|
|
Loading…
Reference in a new issue