128
edits
m (→Language Reference: Grammar fixes) |
|||
Line 78: | Line 78: | ||
=== Variables === | === Variables === | ||
SigMath | SigMath has support for variables. It supports both [[SigServer:Variables|AniDB variables]] and user defined. AniDB variables are prefixed with $ and user defined variables with @. | ||
'''Example''' | '''Example''' | ||
Line 101: | Line 101: | ||
=== Functions === | === Functions === | ||
SigMath | SigMath supports a range of functions. Arguments are separated by comma, and each argument is evaluated before it is passed on to the function. For a complete list of all functions see the [[#Function Reference|function reference]]. | ||
== Function Reference == | == Function Reference == |
edits