Special RPG IV functions

There are some functions especially designed to be used on RPG IV sources:


   C                   Z-add     *Zero         W@numb           15 5          Number  

Will result in D-specs:


    * Program defined fields                                                          
   D  W@numb         S             15  5                                      Number  

And C-Spec


   C                   Z-add     *Zero         W@numb                         Number  


   300       Add       500       W@NUMB   
             Move      '1'       *INLR    
   NUMB1     Ifeq      NUMB2
will translate into

   Eval       W@NUMB = 300 + 500   
   Eval       *INLR = *ON
   If         NUMB1 = NUMB2

etc.

EVAL or Eval

ENDIF or Endif