Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
SYNOPSIS ?get -var [name] DESCRIPTION Gets the local cookie on your computer which holds the data that you set it with. EXAMPLE ?get -var test Gets variable test. ?set -var date -val {date} ?get -var date Sets variable date with current date. Then gets the date. ?set -var count -val {subtract {?get -var count} -1} Adds one to variable count using get command. AUTHOR theSmallOne