put
value into
container
put " not " into char 69 of steve
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.