Reputation: 23
What is a struct! datatype in REBOL and how does it work?
Upvotes: 2
Views: 399
Reputation: 138
In rebol, struct! is a data type used to approximate struct in the C languages. It also is used in argument specification. A good description of what it is and how to use it is at:
http://www.rebol.com/docs/library.html#struct
Upvotes: 7