System variables are set internally but you have access to them
The system settings special variables during the execution of the script
These variables cannot be overwritten. Attempting to do so will fail
coutput is the current output. Wherever you use this variable will return the current output of the script
This is the current index. This is often available in a for loop
This is the current word. This is often available in a for loop
The returns the home directory of your computer.
This returns the base directory of the current script
Last updated 3 years ago