You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function func0() =5;
function func1(x=3) =2*x+1;
function func2() = [1,2,3,4];
function func3(y=7) = (y==7) ? 5 : 2 ;
function func4(p0,p1,p2,p3) = [p0,p1,p2,p3];
The text was updated successfully, but these errors were encountered:
It'd be nice if we could define their own functions.
From the Functions section of the manual:
The text was updated successfully, but these errors were encountered: