Skip to main content

parse_procedural_command

Function parse_procedural_command 

Source
pub fn parse_procedural_command(input: &str) -> IResult<&str, Qail>
Expand description

Parse procedural/session commands that don’t match the regular action table ... flow.

Supported forms:

  • call procedure_name(args...)
  • do $$ ... $$ [language <lang>]
  • session set <key> = <value>
  • session show <key>
  • session reset <key>