Example

The following script produced the figure below.

 SET %XTEXTLOCATION 50 ! x reference location
 SET %YTEXTLOCATION 80 ! y reference location
 SET TEXTALIGN 2       ! lower centre justify at (x,y) reference location
 SET TEXTINTERACTIVE 0 ! do not use the graphics cursor
 TEXT 'This is a simple text string'
 SET %YTEXTLOCATION 65
 TEXT '<FIMPACT><H10%>Impact, <cred><alpha><cblue><beta><corange><PSI><cgreen><aleph>'
 SET %YTEXTLOCATION 50
 TEXT '<b><H10%><FTIMES NEW ROMAN>BOLD CHARACTERS'
 SET %YTEXTLOCATION 35
 TEXT '<H10%><INT><cred>x<cblack>d<cred>x<cblack> = <cred>x<cblack><^>2<_>/2 + <cblue>C'
 SET %YTEXTLOCATION 20
 TEXT '<H7%>Level<V-3%>Down<V6%>Up<V-3%>and <Z8%>Over'
 

  Date and time