Template:Ifeq

From Robowiki
Revision as of 14:55, 20 September 2008 by Nfwu (talk | contribs) (Workaround template (Parsing Functions))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
{{ifeq|A|B|TRUE|FALSE}}

Basically the equivalent to Java:

(A == B?TRUE:FALSE)

FALSE is optional.