uniform function call syntax

This commit is contained in:
2026-06-06 22:29:25 +02:00
parent 3a53cd4f32
commit 3098d0abf9
34 changed files with 488 additions and 398 deletions

View File

@@ -1,5 +1,5 @@
func num_divisors[n: i64] : i64
end := math.isqrt(n)
end := n->isqrt()
out := 0
for i in 1..end+1