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

MGR11B.m

Go to the documentation of this file.
MGR11B ;NEW ROUTINE FOR DEMO [ 08/07/01  1:48 PM ]
START ;LINE TAG LINE
 S X=2,Y=3
 S Z=X+Y
 WRITE "BOY THIS IS FUN",!
 WRITE ?5,X,?10,Y,?15,Z,!
END ;
 KILL X,Y,Z QUIT