Re: Structs
- Posted by Icy_Viking Jun 17, 2019
- 4586 views
My idea for struct documentation would be something similar to how structs are used in C. Something like
Struct Rect integer x integer y integer w integer h End Struct Rect.x = 10 Rect.y = 10 Rect.w = 10 Rect.h = 10
Something along those lines.