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

Online Help

All Products    Maple    MapleSim


lastmaplet

 

Description

Examples

Description

• 

Each time a Maplet application is displayed by using the Display procedure, the Maplet application is assigned to the global variable lastmaplet.  This means that the variable lastmaplet is assigned the Maplet application definition. The global variable lastmaplet can be used to debug or display the last displayed Maplet application.

Examples

withMapletsElements:

mapletMapletHello world:

assignedlastmaplet

false

(1)

MapletsDisplaymaplet

assignedlastmaplet

true

(2)

MapletsDisplaylastmaplet

See Also

assigned

Maplets[Display]

Maplets[Elements]

Maplets[Elements][Maplet]

Maplets[Tools]

Overview of Maplet Applications