Project

General

Profile

Actions

Added in 1.9.1

$show

Returns $false if a command is prefixed with a "." to make it quiet, otherwise returns $true.

Example

; Create an alias.
alias Example {
  echo -ag $iif($show,show,don't show)
}

; Call /example normally.
/example

; Call /example with a "." prefix.
/.example

Updated by Per Amundsen over 8 years ago · 2 revisions

Also available in: PDF HTML TXT