3 lines
97 B
Text
3 lines
97 B
Text
FORMAT my_symbol = $"SYMBOL"$;
|
|
FORMAT foo = $"prefix_"f(my_symbol)"_suffix"$;
|
|
putf(linef ,foo);
|