Next: Sorting polynomials Up: Development of improved Previous: 3-Dimensional graphics

New arrow syntax for specifying operators (functions)

In addition to the proc ... end and < ... > notations for defining functions (procedures), the following arrow notation has been adopted as an alternative syntax


    f := x -> x^2
    g := (x,y) -> sin(x+exp(y))


bondaren@thsun1.jinr.ru