Subscriber portal
str literalStr(int str)
Parameter
Description
str
tbd
{ str s; ; s = literalStr("This is a literal str"); print s; pause; }