Add colons

This commit is contained in:
Bruce Hill 2024-08-19 00:34:11 -04:00
parent 1e6bee6c72
commit b272c8e38d

View File

@ -13,9 +13,9 @@ collide with a user-chosen name like `FooBaz`.
```
// File: foo.nl
struct Baz(x:Int)
struct Baz(x:Int):
member := 5
func frob(b:Baz)->Int
func frob(b:Baz)->Int:
return b.x
qux := "Loaded!"