3 lines
76 B
Text
3 lines
76 B
Text
hello = "Hello"
|
|
hello'world = hello ++ ", " ++ "world"
|
|
(hello, hello'world)
|
hello = "Hello"
|
|
hello'world = hello ++ ", " ++ "world"
|
|
(hello, hello'world)
|