svoid tok_cmdStatement(LS tok) {
  jreplace(tok, "cmd <quoted>", "if $2", tokCondition {
    true;
  });
}