! ! >>> TOSTRING.IMP <<< ! ! An IMP version of the predefined TOSTRING function. Note that any ! sensible compiler will generate this in-line. ! %external %string(1) %function To String %alias "3L_IMP_TO_STRING" ( %byte B ) %string(1) S = "*" Charno(S,1) = B %result = S %end