The following functions and statements do not fit in any category.
Example 54: Start a compilation process in the directory specified by the
environment variable WORK_DIR.
IF (GETENV("TSFWORK")) THEN SYSTEM("cd "+GETENV("WORK_DIR")+" ; make") ENDIF