← Back to Stormify Documentation

In

expect class In(value: Any?) : Sp

IN parameter. The value is sent to the procedure as-is.

actual class In(val value: Any?) : Sp

IN parameter. The value is sent to the procedure as-is.

actual class In(val value: Any?) : Sp

IN parameter. The value is sent to the procedure as-is.

Constructors

Link copied to clipboard
expect constructor(value: Any?)
actual constructor(value: Any?)
actual constructor(value: Any?)

Properties

Link copied to clipboard
expect val value: Any?

The value to send to the procedure.

actual val value: Any?

The value to send to the procedure.

actual val value: Any?

The value to send to the procedure.

Functions

toString
Link copied to clipboard
open override fun toString(): String

Debug representation IN:<value>.

open override fun toString(): String

Debug representation IN:<value>.