note alias for STO
This commit is contained in:
parent
b7d748ac5d
commit
803036b89e
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ module Rpl
|
|||
|
||||
# STORE
|
||||
add( 'sto', proc { |stack| Rpl::Core.__todo( stack ) } ) # store a variable. ex: 1 'name' sto
|
||||
add( '▶', proc { |stack| Rpl::Core.__todo( stack ) } ) # alias
|
||||
add( 'rcl', proc { |stack| Rpl::Core.__todo( stack ) } ) # recall a variable. ex: 'name' rcl
|
||||
add( 'purge', proc { |stack| Rpl::Core.__todo( stack ) } ) # delete a variable. ex: 'name' purge
|
||||
add( 'vars', proc { |stack| Rpl::Core.__todo( stack ) } ) # list all variables
|
||||
|
|
Loading…
Reference in a new issue