Termisu::Terminfo::Tparm::Conditional
Conditional processing for tparm processor.
Handles %? ... %t ... %e ... %; conditional constructs. Conditionals follow the pattern: %? <condition> %t <then-part> %e <else-part> %; The condition is evaluated by processing escape codes until %t is reached. The result on the stack determines which branch to execute.