Actions
$$ » History » Revision 1
Revision 1/3
| Next »
Per Amundsen, 08/14/2015 02:18 PM
Added in 1.9.0
$$
The double $$ means that the script will halt unless the identifier has a value.
This can be used on any identifier to ensure it has a value.
Example
; If the user enters no name, the script halts otherwise prints the name. //echo -ag $$?="Insert name"
Updated by Per Amundsen about 9 years ago · 1 revisions