diff --git a/lib/core/store.rb b/lib/core/store.rb index 23caeb5..2192277 100644 --- a/lib/core/store.rb +++ b/lib/core/store.rb @@ -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 )