Other Keywords

into

Supported By

Syntax

put value into container

Example

put " not " into char 69 of steve

Description

The into keyword is a preposition used with the put command to determine where the given value goes inside the given container. Into specifies that the given value should replace the existing contents.

See Also

before, after, put