Meta Project

The Unofficial Meta Documentation

POKE

Summary

POKE Changes the value stored at index value of an ARRAY! type variable

Category

Categoryname

Usage

POKE value1 value2 value3

Arguments

value1 - variable name

value2 - index value of array

value3 - BYTE! value to store at index location

Refinements

This method has no refinements

Description

POKE Changes the value stored at index value of an ARRAY! type variable

Example Code

Let [board] binary! 10

For index 10 [
    poke board index 0
]

Related

To be done. No other related method names assigned yet.

Back to the Meta Methods Reference index