Skip to main content

PutInto

Type

statement

Summary

Put a value into a container.

Syntax

put <sourceValue> into <targetContainer>

Description

Assigns the result of evaluating sourceValue to targetContainer.

note

It is a checked runtime error for the source value's type to not be compatible with the target expression's type.

Parameters

NameTypeDescription

sourceValue

any

The value to put into the targetContainer

targetContainer

any

A valid target for sourceValue

Thank you for your feedback!

Was this page helpful?