no :: in func decls

This commit is contained in:
2026-06-30 19:31:26 +02:00
parent ae5af37b85
commit 07c560b750
107 changed files with 580 additions and 520 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
# Milestone 5: ranges and sequence for loops.
pass :: func(value range) range {
pass func(value range) range {
return value
}
main :: func() i32 {
main func() i32 {
total i32 = 0
items [3]mut i32 = [1, 2, 3]