6 lines
54 B
Text
6 lines
54 B
Text
|
|
sca a = "foo"
|
||
|
|
sca b = "bar"
|
||
|
|
sca c = a+b
|
||
|
|
di c
|
||
|
|
foobar
|