开发者

What is a REBOL struct! datatype?

开发者 https://www.devze.com 2023-02-13 11:18 出处:网络
What is a struct! datatype in REBOL and how do开发者_StackOverflow中文版es it work?In rebol, struct! is a data type used to approximate struct in the C languages. It also is used in argument specifica

What is a struct! datatype in REBOL and how do开发者_StackOverflow中文版es it work?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消