From 9aba355ee6cbde7d9fd2d429b539cbc9ffe56598 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Wed, 8 Dec 2021 13:15:52 +0100 Subject: [PATCH] not even sure we're ever going to implement EDIT --- lib/core/store.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 )