luce80
luce80

Reputation: 23

What is a REBOL struct! datatype?

What is a struct! datatype in REBOL and how does it work?

Upvotes: 2

Views: 399

Answers (1)

MikeH
MikeH

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

Related Questions