i have question regarding PL/I which is to be converted to C..
my problem is how to invoke its conversion to C with this builtin function in PL/I preferably (SUM)
example:
MAIN : PROC ;
...
DCL SUM BUILTIN ;
DCL A,B,C,D ;
...
A(B + 1) = C - SUM(D) ;
...
END MAIN;
Thanks in Advance
i hope naay familiar dewei og PL/I language