1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00
anselme/test/tests/litterals.ans

36 lines
278 B
Text

| numbers:
| {0}
| {12}
| {.87}
| {39.12}
| strings:
| {"foo"}
| tuple:
| {[4,8,9]}
| struct:
| {{7:4,2:8,1:9}}
| symbols:
| {:ab}
| anchor:
| {#jdfe}
| {#foo bar}
| boolean:
| {false}
| {true}
| nil:
| {()}
| pair:
| {6:8}
| {("d"):([])}
| function:
| {$12}
| {$(x)x}