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

From Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{Reference|name=color|attributes=}}
+
{{Reference|name=doif...|attributes=}}
  
 
See [http://wiki.contextgarden.net/System_Macros/Branches_and_Decisions branches and decisions]
 
See [http://wiki.contextgarden.net/System_Macros/Branches_and_Decisions branches and decisions]

Revision as of 12:34, 31 March 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