PrintAction

data class PrintAction(val values: List<Value>) : Action

Action that prints values

Parameters

values

Values to print

Constructors

Link copied to clipboard
constructor(values: List<Value>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val algorithmString: String

String representation of the action

Link copied to clipboard

Functions

Link copied to clipboard
open override fun execute(context: Context): Context

Execute the action in the given context