Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
language:types2 [2025/04/21 15:57] – [Functions] rajit | language:types2 [2025/05/02 10:18] (current) – [Default parameters] rajit | ||
---|---|---|---|
Line 199: | Line 199: | ||
Note that ACT is very strict about type-checking; | Note that ACT is very strict about type-checking; | ||
+ | |||
+ | ==== Grouping parameters ==== | ||
+ | |||
+ | Parameters can be combined into [[language: | ||
+ | |||
===== Direction flags ===== | ===== Direction flags ===== | ||
Line 359: | Line 364: | ||
* '' | * '' | ||
* '' | * '' | ||
- | An example of a fixed-point arithmetic datatype is provided in the ACT standard library, and serves as a useful reference for using operator overloading. | + | An example of a fixed-point arithmetic datatype is provided in the [[https:// |
+ | In the linked example, '' | ||