Link to be fixed once #604 gets merged:
Replace this sentence:
The example defines two auxiliary functions: check_commutative
and add
, in addition to the program entry point main
.
with appropriate link to main
explanation:
The example defines two auxiliary functions: check_commutative
and add
, in addition to the program entry point [main
](...).