Add colons
This commit is contained in:
parent
1e6bee6c72
commit
b272c8e38d
@ -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!"
|
||||
|
Loading…
Reference in New Issue
Block a user