4 lines
86 B
Text
4 lines
86 B
Text
fansh> x := "little"
|
|
little
|
|
fansh> echo ("Mary had a $x lamb")
|
|
Mary had a little lamb
|