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

From Wiki
Jump to navigation Jump to search
m (moved \doif... to /References/en/doif...: the commands are below /Reference/en)
(No difference)

Revision as of 08:24, 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