Handling Based Variables
PL/M source code oo : do; /* This is a demo of handling two variables that  declare ptr pointer;  v1 = 'a'; end;  | 
                        Translated C source code  #include "..\C\builtin.h" /* This is a demo of handling two variables that use the same based pointer. 
 main()  |