Manuals/calci/DEFAULT

Revision as of 00:55, 27 February 2020 by Devika (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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