dictionary = {
dust = "awesome"
answer = 42
}
(output
'Dust is '
+ dictionary:dust
+ '! The answer is '
+ dictionary:answer
)