Default
Default(symbol)
Default
returns the default value associated with thesymbol
for a pattern default_.
expression.
Default
returns the default value associated with thesymbol
for a pattern default_.
expression at positionpos
.
Examples
>> Default(test) = 11
>> test(x_., y_.) = {x, y}{x,y}
>> test(a){a,1}
>> test( ){1,1}
Implementation status
- ✅ - full supported