Copyright © 2010-2016 Marc Worrell
Authors: Marc Worrell (marc@worrell.nl).
| 'and'/4 | |
| 'not'/3 | |
| 'or'/4 | |
| 'xor'/4 | |
| add/4 | |
| concat/4 | |
| divide/4 | |
| eq/4 | |
| ge/4 | |
| gt/4 | |
| le/4 | |
| lt/4 | |
| modulo/4 | |
| multiply/4 | |
| ne/4 | |
| negate/3 | |
| sub/4 | |
| subtract/4 |
'and'(A, B, Runtime, Context) -> any()
'not'(A, Runtime, Context) -> any()
'or'(A, B, Runtime, Context) -> any()
'xor'(A, B, Runtime, Context) -> any()
add(A, B, Runtime, Context) -> any()
concat(A, B, Runtime, Context) -> any()
divide(A, B, Runtime, Context) -> any()
eq(A, Value, Runtime, Context) -> any()
ge(Input, Value, Runtime, Context) -> any()
gt(Input, Value, Runtime, Context) -> any()
le(Input, Value, Runtime, Context) -> any()
lt(Input, Value, Runtime, Context) -> any()
modulo(A, B, Runtime, Context) -> any()
multiply(A, B, Runtime, Context) -> any()
ne(A, Value, Runtime, Context) -> any()
negate(A, Runtime, Context) -> any()
sub(A, B, Runtime, Context) -> any()
subtract(A, B, Runtime, Context) -> any()
Generated by EDoc