Home
Press ? for keyboard navigation
❮
Functions: Optional Positional Parameter with default value
Functional Programming
❯
Optional Parameters
[] - positional [int count = 1]
{} - named {int count : 1}
In both cases the caller uses colon:
f(positional, count : 42)
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)