From eed7c254df179fb5a48cc3d48e3e57bdcb9f370a Mon Sep 17 00:00:00 2001 From: Louis RUBET Date: Thu, 18 Sep 2014 16:54:02 +0200 Subject: [PATCH] Add and, or, xor, not ,same --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 30d0f83..5f847ac 100644 --- a/README +++ b/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