6 lines
53 B
Text
6 lines
53 B
Text
|
|
{def str World}
|
||
|
|
-> str
|
||
|
|
|
||
|
|
Hello, {str}
|
||
|
|
-> Hello, World
|