dust/std/core.ds
2024-06-24 01:41:16 -04:00

4 lines
54 B
Plaintext

length = fn (list: [any]) -> int {
__LENGTH__ list
}