Difference between revisions of "Command/doif..."

From Wiki
Jump to navigation Jump to search
Line 17: Line 17:
 
</texcode>
 
</texcode>
  
[[Category:Reference/en|doif...]]
+
[[Category:doif...]]

Revision as of 08:56, 1 April 2011

\doif...

See branches and decisions

Block of code depending on a Lua value - example (by WS, 3/2011):

\starttext
  \ctxlua{test = true}
 
  Test is \ctxlua{commands.testcase(test)}{True}{False}.
 
  \ctxlua{test = false}

  Test is \ctxlua{commands.testcase(test)}{True}{False}.
\stoptext