mirror of
https://github.com/louisrubet/rpn
synced 2025-01-13 20:01:25 +01:00
27 lines
201 B
Markdown
27 lines
201 B
Markdown
# PARSE SOME COMMANDS
|
|
|
|
`default del`
|
|
|
|
## some command
|
|
|
|
`+`
|
|
|
|
-> error should be 2
|
|
|
|
`del`
|
|
|
|
## some command 2
|
|
|
|
` +`
|
|
|
|
-> error should be 2
|
|
|
|
`del`
|
|
|
|
## some command 3
|
|
|
|
` + -`
|
|
|
|
-> error should be 2
|
|
|
|
`del`
|