Example 14:Run the 'make' command in a X terminal
SYSTEM("xterm -e make")
Example 15:
fid := OPEN("myfile.txt") year := 1998 WRITE(fid,"IRISA ") WRITE(fid,year) CLOSE(fid)