6 lines
39 B
Text
6 lines
39 B
Text
|
|
a = "foo"
|
||
|
|
b = "bar"
|
||
|
|
c = a+b
|
||
|
|
c
|
||
|
|
foobar
|