diff options
author | Fate <fate-tmw@googlemail.com> | 2008-11-29 12:26:36 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2008-11-29 12:26:36 -0700 |
commit | c41894ef2fd51dcc17e030536272fbf03f17f1a8 (patch) | |
tree | 2c6c12e6a3062d4bd089b5d3b26d06e20d611be3 /doc | |
parent | 481c74df8cfd2b63376b29158cc8f3c5d11addef (diff) | |
download | tmwa-c41894ef2fd51dcc17e030536272fbf03f17f1a8.tar.gz tmwa-c41894ef2fd51dcc17e030536272fbf03f17f1a8.tar.bz2 tmwa-c41894ef2fd51dcc17e030536272fbf03f17f1a8.tar.xz tmwa-c41894ef2fd51dcc17e030536272fbf03f17f1a8.zip |
Added bitwise negation operator `neg'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spell-language | 3 |
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. |