mirror of
https://github.com/louisrubet/rpn
synced 2025-01-30 20:34:30 +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
|
step(*), ift, ifte, do, until, end, while, repeat, end
|
||||||
|
|
||||||
TEST
|
TEST
|
||||||
!=(*), >(*), >=(*), <(*), <=(*), sf, cf, fs?, fc?, fs?c, fc?c, and, or,
|
!=(*), >(*), >=(*), <(*), <=(*), sf, cf, fs?, fc?, fs?c, fc?c, and(*),
|
||||||
xor, not, same, ==(*), stof, rclf, type
|
or(*), xor(*), not(*), same(*), ==(*), stof, rclf, type
|
||||||
|
|
||||||
CATALOG
|
CATALOG
|
||||||
next, prev, scan, use, fetch, quit
|
next, prev, scan, use, fetch, quit
|
||||||
|
|
Loading…
Add table
Reference in a new issue