Actions
Added in 1.9.0
$scriptline
Returns line number in current script.
Example
; Create a alias
alias Example {
echo -ag Line number for this line is $scriptline
}
; Call the alias
/example
Updated by Per Amundsen about 10 years ago · 1 revisions