Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Plain Text by jvh ( 8 years ago )
thing :: struct {
var : int,
}
things := [dynamic]thing{};
for t in things
{
t.var = 1;
}
Revise this Paste