Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: MGR09TRG

MGR09TRG.m

Go to the documentation of this file.
MGR09 ;MS ROUTINE FOR DEMO [ 08/07/01  1:25 PM ]
 ;
START ;THIS IS MY ROUTINE
 SET X=2,Y=3
 SET Z=X+Y
 W "THIS"
 W " IS SOOOOOOOOO FUN",!
 W ?5,X,?10,Y,?15,Z,!
END ;
 ; THIS CLEANS UP THE VARIABLES
 KILL X,Y,Z QUIT