mirror of
https://github.com/louisrubet/rpn
synced 2024-12-27 09:58:56 +01:00
59 lines
417 B
Markdown
59 lines
417 B
Markdown
# GENERAL
|
|
|
|
`default del `
|
|
|
|
## version
|
|
|
|
`version`
|
|
|
|
-> stack size should be 1
|
|
|
|
`del`
|
|
|
|
## uname
|
|
|
|
`uname`
|
|
|
|
-> stack size should be 1
|
|
|
|
`del`
|
|
|
|
## default
|
|
|
|
`2 sci 1`
|
|
|
|
-> stack should be 1.00e+00
|
|
|
|
`default`
|
|
|
|
-> stack should be 1
|
|
|
|
`del`
|
|
|
|
## nop
|
|
|
|
`nop`
|
|
|
|
-> stack size should be 0
|
|
|
|
-> error should be 0
|
|
|
|
`del`
|
|
|
|
## quit
|
|
|
|
`q`
|
|
|
|
-> error should be 8
|
|
|
|
## quit (2)
|
|
|
|
`quit`
|
|
|
|
-> error should be 8
|
|
|
|
## exit
|
|
|
|
`exit`
|
|
|
|
-> error should be 8
|