summaryrefslogtreecommitdiff
path: root/doc/spell-language
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2008-11-29 12:26:36 -0700
committerFate <fate-tmw@googlemail.com>2008-11-29 12:26:36 -0700
commitc41894ef2fd51dcc17e030536272fbf03f17f1a8 (patch)
tree2c6c12e6a3062d4bd089b5d3b26d06e20d611be3 /doc/spell-language
parent481c74df8cfd2b63376b29158cc8f3c5d11addef (diff)
downloadtmwa-c41894ef2fd51dcc17e030536272fbf03f17f1a8.tar.gz
tmwa-c41894ef2fd51dcc17e030536272fbf03f17f1a8.tar.bz2
tmwa-c41894ef2fd51dcc17e030536272fbf03f17f1a8.tar.xz
tmwa-c41894ef2fd51dcc17e030536272fbf03f17f1a8.zip
Added bitwise negation operator `neg'
Diffstat (limited to 'doc/spell-language')
-rw-r--r--doc/spell-language3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/spell-language b/doc/spell-language
index d5a798a..5ce5520 100644
--- a/doc/spell-language
+++ b/doc/spell-language
@@ -422,6 +422,9 @@ The following functions are available:
+ not : int -> int
Logical negation. (NOT bitwise negation.)
+ + neg : int -> int
+ Bitwise negation.
+
+ name_of : entity -> string
| spell -> string
Retrieves the name either of an entity or of a spell.