lastmaplet
Description
Examples
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.
with⁡MapletsElements:
maplet≔Maplet⁡Hello world:
assigned⁡lastmaplet
false
MapletsDisplay⁡maplet
true
MapletsDisplay⁡lastmaplet
See Also
assigned
Maplets[Display]
Maplets[Elements]
Maplets[Elements][Maplet]
Maplets[Tools]
Overview of Maplet Applications
Download Help Document