CHANGESTR.REX: Difference between revisions

m
moved a category to TOF.
(Move to REXX library routines category)
m (moved a category to TOF.)
 
Line 1:
[[Category:REXX_library_routines]]
==the CHANGESTR function==
 
== the CHANGESTR function ==
This a RYO version of the REXX function &nbsp; '''changestr''' &nbsp; (<u>change</u> <u>str</u>ing).
 
Line 71 ⟶ 73:
return f || $ || h /* support three options. */</lang>
 
=== the CHANGESTR (internal) procedure source ===
The following CHANGESTR program can be coded as is when the intention is to be an internal routine (function).
 
Line 129 ⟶ 131:
/* CHANGESTR BIFs only ···*/
return f || $ || h /* support three options. */</lang>
 
[[Category:REXX_library_routines]]