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

From Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
{{Reference|name=color|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:33, 31 March 2011

\color

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