dust/std/core.ds
2024-06-22 11:44:09 -04:00

4 lines
56 B
Plaintext

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