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

MGR17.m

Go to the documentation of this file.
MGR17 ;NEW ROUTINE FOR VMK [ 08/07/2001  1:49 PM ]
 ;
START ;LINE TAG START - TAB IN
 S X=2,Y=3
 S Z=X+Y
 W !,?5,"BOY THIS IS FUN",!
 W ?5,X
 W ?10,Y,?15,Z,!
 ;
END ;END OF ROUTINE
 K X,Y,Z
 QUIT
 ;