News

The following is an example of a function module. In this module, the value of C in the local symbol table is transferred to the global symbol Z. > proc iml; > a=10; > b=20; > c=30; > d=90; > start ...