Close
Close window
nullary - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.
Maplesoft logo
Maplesoft logo

Online Help

All Products Maple MapleSim


[フレーム] [フレーム]

Nullary Operators

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)


Download Help Document

AltStyle によって変換されたページ (->オリジナル) /