include.txt
Warning: if you clip this code into your program, look out for possible html code slipping in.
REM Example of usage of the INCLUDE keyword. REM The location for the include file is the REM same directory as the task itself. REM Include file contains a delay loop function INCLUDE "delay.txt" PRINT "\010\013Start..." delay(10000) PRINT "\010\013After a short delay..."