RosettaCodeData/Task/String-concatenation/Slate/string-concatenation.slate

5 lines
92 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
define: #s -> 'hello'.
inform: s ; ' literal'.
define: #s1 -> (s ; ' literal').
inform: s1.