dust/std/core.ds

4 lines
48 B
Plaintext
Raw Normal View History

2024-06-04 18:47:15 +00:00
length = fn (input: list) int {
LENGTH input
}