dust/examples/map.ds
2023-11-16 02:11:47 -05:00

12 lines
135 B
Plaintext

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