HelpWizard Pages ReferenceManual1/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
Zeile 5: Zeile 5:




[[HelpWizard Pages ReferenceManual1_C/en | [C] ]]
[Java]
[Java]
[Python]
[Node]
[Node]
[Python]
[[HelpWizard Pages ReferenceManual1_C/en | [C] ]]
[JavaScript builtin]
[[HelpWizard Pages ReferenceManual1_Smalltalk/en | [Smalltalk] ]]
[[HelpWizard Pages ReferenceManual1_Smalltalk/en | [Smalltalk builtin] ]]


<strong>Input</strong>
<strong>Input</strong>

Version vom 5. März 2021, 13:06 Uhr

Reference Manual (Normal Pins)[Bearbeiten]

back back


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

Input

  • inputPinName.value()
    fetch the value from an input pin; reports an error, if there is no value
  • inputPinName.valueIfPresent()
    if the input pin has a value, fetch it; otherwise returns nil
  • inputPinName.valueIfAbsent(defaultValue)
    if the input pin has a value, fetch it; otherwise returns defaultValue
  • inputPinName.hasValue()
    true if the input pin has a value; false if not

Output

  • outputPinName.value(value)
    send a value to the output pin



Copyright © 2014-2024 eXept Software AG