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

N.m

Go to the documentation of this file.
STUDD13 ;MY FIRST ROUTINE [ 08/27/2002  1:55 PM ]
 W !,?30,"HELLO",!
START ;This starts the Program
 W !,?30,"HAVE A GREAT DAY",!
 ;MY SECOND LINE
 S X=2
 S Y=3
 S Z=X+Y
 WRITE Z,!
END ;End of Program Line Tag
 W !,?30,"HAVE A GREAT DAY",!
 QUIT