Difference between revisions of "Manuals/calci/DEFAULT"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''DEFAULT(Object,Default)'''</div><br/> ==Description== *A default argument is a value provided in a function declaration that is automatically a...")
 
(No difference)

Latest revision as of 00:55, 27 February 2020

DEFAULT(Object,Default)


Description

  • A default argument is a value provided in a function declaration that is automatically assigned by the compiler if the caller of the function doesn’t provide a value for the argument with a default value.

Examples

a=12;DEFAULT(a,23) = 12

See Also


References

Default