Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
language:types2:data [2025/05/02 10:13] rajitlanguage:types2:data [2025/05/26 19:46] (current) – [Parameter structures] rajit
Line 164: Line 164:
 It can be convenient to group a collection of parameters for readability/organization. To support this, ACT includes parameter structures. The following is an example of a parameter structure: It can be convenient to group a collection of parameters for readability/organization. To support this, ACT includes parameter structures. The following is an example of a parameter structure:
 <code act> <code act>
- defptype myps (pint a, b; pbool c) { }+ defptype myps (pint a, b; pbool c);
 </code> </code>