mirror of
https://github.com/louisrubet/rpn
synced 2025-01-18 10:26:57 +01:00
Add and, or, xor, not ,same
This commit is contained in:
parent
c7d4917527
commit
eed7c254df
1 changed files with 2 additions and 2 deletions
4
README
4
README
|
@ -52,8 +52,8 @@ BRANCH
|
|||
step(*), ift, ifte, do, until, end, while, repeat, end
|
||||
|
||||
TEST
|
||||
!=(*), >(*), >=(*), <(*), <=(*), sf, cf, fs?, fc?, fs?c, fc?c, and, or,
|
||||
xor, not, same, ==(*), stof, rclf, type
|
||||
!=(*), >(*), >=(*), <(*), <=(*), sf, cf, fs?, fc?, fs?c, fc?c, and(*),
|
||||
or(*), xor(*), not(*), same(*), ==(*), stof, rclf, type
|
||||
|
||||
CATALOG
|
||||
next, prev, scan, use, fetch, quit
|
||||
|
|
Loading…
Reference in a new issue