Re: Structs

new topic     » goto parent     » topic index » view thread      » older message » newer message

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.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu