dust/examples/map.ds
2023-11-28 11:01:38 -05:00

12 lines
135 B
Plaintext

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