Other Keywords

before

Supported By

Syntax

put value before container

Example

put "not " before word 12 of steve

Description

The before keyword is a preposition used with the put command to determine where the given value goes inside the given container. Before specifies that the given value should be placed immediately preceding the existing contents.

See Also

into, after, put