Maplets
Display
display a Maplet application
Calling Sequence
Parameters
Description
Examples
Display(maplet)
maplet
-
Maplet application
The Display(maplet) calling sequence displays (runs) a Maplet application.
The result returned can be one of NULL, a string, a list of strings, or a string and a list of strings, depending on the options specified for the Shutdown command element that closes the Maplet application.
Each time a Maplet application displays, it is assigned to the variable lastmaplet. It can be accessed for debugging purposes or for running a Maplet application again.
with⁡Maplets:
with⁡MapletsElements:
maplet≔Maplet⁡Hello world!:
Display⁡maplet
See Also
Maplets[Elements][Shutdown]
Maplets[Examples]
Maplets[Tools][lastmaplet]
Overview of Maplet Applications
Download Help Document