Project

General

Profile

Actions

Added in 1.9.0

$*

This is a special identifier which can be used to loop a script line for each token in $1-.

Example

; Create a loopme alias.
alias loopme {
  echo -ag Current token is $*
}

; Call the loopme alias.
/loopme a b c d e f g

Updated by Per Amundsen over 8 years ago · 1 revisions

Also available in: PDF HTML TXT