dust/examples/map.whale

8 lines
84 B
Plaintext
Raw Normal View History

2023-08-22 15:40:50 +00:00
x = 1;
y = 2;
z = 3;
a = "foo";
b = "bar";
c = "foobar";
d = ("abc", "123", "xyz");