summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-08-25 18:48:28 +0000
committerPaul Buetow <paul@buetow.org>2008-08-25 18:48:28 +0000
commitec9899c0399f42473d311c7d0a46769d3d933c06 (patch)
tree8396b366b5e1b665f60f5502d484985b0950a94e /README
parentcf9029ee902eda028f3efcb77e8c2aed25205b94 (diff)
bugs fixed, initial array
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 6 insertions, 8 deletions
diff --git a/README b/README
index 3f61d8b..3cc7d20 100644
--- a/README
+++ b/README
@@ -223,6 +223,7 @@ BUILT IN FUNCTIONS
(*integer*) *any* >= *any*
(*integer*) *any* < *any*
(*integer*) *any* > *any*
+ (*integer*) not *any*
Definedness
(*integer*) defined *identifier*
@@ -233,14 +234,11 @@ BUILT IN FUNCTIONS
otherwise 0 is returned.
Bitwise
- Bitwise operators do not work ATM. The fix is on its way!
-
- (*any*) *any* << *any*
- (*any*) *any* >> *any*
- (*any*) *any* and *any*
- (*any*) *any* or *any*
- (*any*) *any* xor *any*
- (*any*) not *any*
+ (*integer*) *any* :< *any*
+ (*integer*) *any* :> *any*
+ (*integer*) *any* and *any*
+ (*integer*) *any* or *any*
+ (*integer*) *any* xor *any*
Numeric
(*number*) neg *number*