expression function calls
This commit is contained in:
@@ -21,6 +21,7 @@ func main(): i32 {
|
||||
|
||||
let me: test::person = struct test::person { age = 21 name = "Oliver" }
|
||||
|
||||
x = test::do_something(me.name)
|
||||
test::do_something(me.name)
|
||||
return x
|
||||
}
|
||||
Reference in New Issue
Block a user