mirror of
https://github.com/louisrubet/rpn
synced 2024-11-17 07:47:50 +01:00
Update README
This commit is contained in:
parent
3f20f4fa7b
commit
464476229c
1 changed files with 7 additions and 1 deletions
8
README
8
README
|
@ -15,6 +15,12 @@ Binaries are 64-bits longwords format (long long int).
|
|||
|
||||
An interactive editor with autocompletion is provided (readline-based).
|
||||
|
||||
Language extensions will soon be included:
|
||||
- file objects and functions,
|
||||
- date and time objects and functions,
|
||||
- shell-calling objects with return code, stdout and stderr treatment,
|
||||
- loading and saving stack, variables, programs from / to filesystem
|
||||
|
||||
========================================================================
|
||||
Here is a list of HP28s reserved words.
|
||||
|
||||
|
@ -35,7 +41,7 @@ STACK
|
|||
|
||||
STORE
|
||||
sto(*), rcl(*), purge(*), sto+, sto-, sto*, sto/, sneg, sinv, sconj,
|
||||
erase(*)(+), vars(*)(+), load_vars(+), save_vars(+)
|
||||
erase(*)(+), vars(*)(+), include(+), load_vars(+), save_vars(+)
|
||||
|
||||
PROGRAM(+)
|
||||
eval(*), load_prog(+), save_prog(+)
|
||||
|
|
Loading…
Reference in a new issue