HelpWizard Pages ReferenceManual9/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „== Reference Manual (Alerts & Notifications) == link=HelpWizard Pages ReferenceManual8/en|back <!--Datei:arrowright.png|link=HelpWiz…“)
 
Zeile 12: Zeile 12:


* '''alert'''(''message'')<br>opens an alert dialog above the expecco window.
* '''alert'''(''message'')<br>opens an alert dialog above the expecco window.

* '''Transcript.show'''(''message'')<br>sends a message to the expecco console (Transcript).

* '''Transcript.showCR'''(''message'')<br>sends a message followed by a newline to the expecco console (Transcript).

* '''Stderr.show'''(''message'')<br>sends a message to expecco's stderr.

* '''Stderr.showCR'''(''message'')<br>sends a message followed by a newline to expecco's stderr.

Version vom 9. März 2021, 21:09 Uhr

Reference Manual (Alerts & Notifications)[Bearbeiten]

back

[C] [Java] [Node] [Python] [JavaScript builtin] [Smalltalk builtin]

  • alert(message)
    opens an alert dialog above the expecco window.
  • Transcript.show(message)
    sends a message to the expecco console (Transcript).
  • Transcript.showCR(message)
    sends a message followed by a newline to the expecco console (Transcript).
  • Stderr.show(message)
    sends a message to expecco's stderr.
  • Stderr.showCR(message)
    sends a message followed by a newline to expecco's stderr.



Copyright © 2014-2024 eXept Software AG