RosettaCodeData/Task/Comma-quibbling/MAXScript/comma-quibbling-2.max

9 lines
162 B
Text
Raw Permalink Normal View History

2015-02-20 09:02:09 -05:00
separate words:#()
"{}"
separate words:#("ABC")
"{ABC}"
separate words:#("ABC","DEF")
"{ABC and DEF}"
separate words:#("ABC","DEF","G","H")
"{ABC, DEF, G and H}"