Project

General

Profile

Actions

Added in 1.9.0

$result

Stores the value returned to a calling routine by the /return command.

Example

; Create a alias
alias Example2 {
  return Hello World
}

; Create another alias
alias Example {
  noop $Example2
  echo -ag The return text for Example2 was $result
}

Updated by Per Amundsen over 8 years ago · 2 revisions

Also available in: PDF HTML TXT