dust/examples/map.whale
2023-08-22 11:40:50 -04:00

8 lines
84 B
Plaintext

x = 1;
y = 2;
z = 3;
a = "foo";
b = "bar";
c = "foobar";
d = ("abc", "123", "xyz");