rpn/test/020-general.md
2022-03-02 15:16:48 +01:00

49 lines
346 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`
## quit
`q`
-> error should be 8
## quit (2)
`quit`
-> error should be 8
## exit
`exit`
-> error should be 8