One of the things that stumped me for a while was figuring out how to concatenate strings. You can take advantage of the weld function in the stdlib

|=  [input=tape]
=/  message  "Hello "
(weld message input)

contact at pfy dot ch