Display format

The Display Format module defines how values, variables, and expressions are presented in Nelson.

It offers control over numeric formatting, text representation, and the way results are shown in the console.

The module also provides mechanisms for capturing formatted output programmatically, enabling both human-readable display and programmatic handling of results.

This ensures flexibility in how information is presented and reused within scripts and applications.

Functions

  • disp - Display a variable.

  • display - Show information about variable or result of expression.

  • echo - Controls the echoing during their execution.

  • format - Display format and number printing.

  • formattedDisplayText - Capture display output as string.

Last updated

Was this helpful?