Files
IBM-i-RPG-Free-CLP-Code/BASE36/BASE36_P.RPGLE
T
2021-04-20 12:23:10 -04:00

6 lines
147 B
RPGLE

**FREE
// === BASE36ADD prototype ==========================================
dcl-pr BASE36ADD varchar(50);
theValue varchar(50) const;
end-pr;