mirror of
https://github.com/louisrubet/rpn
synced 2024-12-30 10:23:32 +01:00
35 lines
377 B
Text
35 lines
377 B
Text
## GENERAL
|
|
default
|
|
erase
|
|
|
|
# version
|
|
version
|
|
-> stack size should be 1
|
|
|
|
uname
|
|
-> stack size should be 2
|
|
erase
|
|
|
|
# type
|
|
1
|
|
type
|
|
-> stack should be 1, 'number'
|
|
erase
|
|
|
|
"hey"
|
|
type
|
|
-> stack should be "hey", 'string'
|
|
erase
|
|
|
|
<< -> n << n >> >>
|
|
type
|
|
-> stack should be << -> n << n >> >>, 'program'
|
|
erase
|
|
|
|
# default
|
|
2 sci
|
|
1
|
|
-> stack should be 1.00e+00
|
|
default
|
|
-> stack should be 1
|
|
erase
|