Here’s a sample program:
program showcase;
var
a,b,c: byte;
d, e : byte = 10;
text: string="ABC";
@include "myInclude.ras"
begin
moveto(5,15,$04);
printstring(text,0,25);
end.
All TRSE main programs must start with the programĀ keyword.