xowf::WorkflowConstruct instproc get_value

 <instance of xowf::WorkflowConstruct[i]> get_value

Defined in

Partial Call Graph (max 5 caller/called nodes):
%3 test_workflow_constructs workflow_constructs (test ) xowf::WorkflowConstruct instproc get_value xowf::WorkflowConstruct instproc get_value test_workflow_constructs->xowf::WorkflowConstruct instproc get_value test_xowf xowf (test ) test_xowf->xowf::WorkflowConstruct instproc get_value

Testcases:
workflow_constructs, xowf
Source code:
foreach {cond value} [:get_cond_values $values] {
  if {$cond eq "" || $cond eq "default" || $cond eq "else" ||
      $cond == "true"} {
    return $value
  } elseif {[:$cond]} {
    return $value
  }
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: