<< back to sysax.com Product page

2.2. Printing variables

The print command is used to print variables, strings, and numbers to the log file.

Exhibit 2.3. Syntax of commands for printing variables

print <variable>, <sequence of comma separated strings, numbers, and variables>;

Exhibit 2.4. Example of commands for printing variables

print ~my_value, "the folder contains ", 17, " files with a combined size of ", ~my_size, " Megabytes";