Replies: 1 comment
-
Good question!
any :: struct {
data: rawptr
type: type_expr
}
I like to think of the main :: () {
x: _
x = 10
} |
Beta Was this translation helpful? Give feedback.
-
Good question!
any :: struct {
data: rawptr
type: type_expr
}
I like to think of the main :: () {
x: _
x = 10
} |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
You replaced
#aute
with_
.There exists already a primitive keyword
any
. Wouldn't beany
more meaningful?_
could be used for unused variables on the left.Beta Was this translation helpful? Give feedback.
All reactions