Create a word
word word1 word2
(word word1 word2 word3 ...)
Returns a word that is formed by concatenation of words given as arguments.
Example 1:
print (word 2 "abc 3)
Output:
2abc3
Example 2:
print 1 + word 2 3
Output, (1 + 23 = 24):
24
See also:
Word, number, boolean value
Table of Content