In general, a macro language function processes one or more arguments and produces a result. You can use all macro functions in both macro definitions and open code. Macro functions include character ...
Is there a function that inputs a string and magically inserts escape characters as needed? I can write a huge function like: Output = input.replace("'","\'").replace("~", "\~"). . . but that would ...
Different macro quoting functions mask different special characters and mnemonics so the macro facility interprets them as text instead of as macro language symbols. Summary of Special Characters and ...