RosettaCodeData/Task/String-append/Maple/string-append.maple

4 lines
61 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
a := "Hello";
b := cat(a, " World");
c := `||`(a, " World");