Display - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Maplets

  

Display

  

display a Maplet application

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Display(maplet)

Parameters

maplet

-

Maplet application

Description

• 

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.

Examples

withMaplets:

withMapletsElements:

mapletMapletHello world!:

Displaymaplet

See Also

Maplets[Elements][Shutdown]

Maplets[Examples]

Maplets[Tools][lastmaplet]

Overview of Maplet Applications