4 lines
59 B
Text
4 lines
59 B
Text
|
|
"Hello" => string A;
|
||
|
|
A + " World!" => string B;
|
||
|
|
<<< B >>>;
|