Difference between revisions of "Template:Ifeq"

From Robowiki
Jump to navigation Jump to search
m (Workaround template (Parsing Functions))
 
(No difference)

Latest revision as of 15:55, 20 September 2008

{{ifeq|A|B|TRUE|FALSE}}

Basically the equivalent to Java:

(A == B?TRUE:FALSE)

FALSE is optional.