I want to do something like this:
: print "{cannot_carry_any_more}";
where cannot_carry_any_more refers to a system message. I've tried all sorts of combinations of punctuation from the examples of printing string variables in the Adventuron classroom doco, but nothing I try will work. What's the secret?