[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

5.55 ZWRITE

FreeM Extension

Writes the names and values of M variables to $IO.

Syntax

ZWRITE:postcondition

In the argumentless form, writes the names and values of all local variables to $IO if the optional postcondition is true or omitted.

ZWRITE:postcondition ArrayName,…

In the inclusive form, writes the names and values of all local, global, or structured system variables specified in the list of ArrayNames to $IO if the optional postcondition is true or omitted.

ZWRITE:postcondition (ArrayName,…)

In the exclusive form, writes all local variables except those specified in the list of ArrayNames to $IO if the optional postcondition is true or omitted.


This document was generated on January 3, 2022 using texi2html 5.0.