← Back to Stormify Documentation

In

class In(val value: Any?) : Sp

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

Constructors

Link copied to clipboard
constructor(value: Any?)

Properties

Link copied to clipboard
val value: Any?

The value to send to the procedure.

Functions

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

Debug representation: IN:<value>.