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

MGR8B.m

Go to the documentation of this file.
MGR8B ;DEMO STUFF [ 08/07/2001  1:42 PM ]
 ;
START ; ROUTINE ENTRY POINT
 ;
 S X=2,Y=3
 S Z=X+Y
 W "Ahead groove factor five!",!
 W ?5,X,?10,Y,?15,Z,!
END ; CLEAN UP VARIABLES
 K X,Y,Z  Q