create hello *5 = "Hello, world!"
create world *5 = "World, hello!"
create sigma *6 = "Sigma!"
print hello
print world
print sigma