4.17.2 proc expression
Syntax:
variable_name
-> {
expression(s)
}
Purpose:
Defines a new function, within
apply
or for assigning.
Example:
apply(1..3,x->{x**2}); ==> 1 4 9
See
apply
;
proc
.
User manual for
Singular
version 4.3.2, 2023, generated by
texi2html
.