nullary - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Nullary Operators

 

Description

Examples

Description

• 

The nullary operators in Maple are:

%

last expression

%%

second last expression

%%%

third last expression

Examples

1;2;3

1

2

3

(1)

%,`%%`,`%%%`

3,2,1

(2)

F := proc( n ) 1; 2; to n do % + % * % / %% end do end proc;

Fprocn1;2;tondo%+%*%/%%end doend proc

(3)

F8

3628800

(4)

See Also

ditto

index[expression]