Default
Default(symbol)
Defaultreturns the default value associated with thesymbolfor a pattern default_.expression.
Defaultreturns the default value associated with thesymbolfor 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