Encyclopedia > POKE

  Article Content

Poke

Redirected from POKE

POKE is a BASIC command to set the contents of a memory address. A typical syntax is

POKE(address,value)

An alternative syntax (used, for example, in CBM Basic V1+) is

POKE address, value

The corresponding command to read from a memory address in BASIC is PEEK.


Poke is also a card game; see Poke (game).



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Great River, New York

... 100 females age 18 and over, there are 97.8 males. The median income for a household in the town is $78,399, and the median income for a family is $89,566. Males have ...

 
 
 
This page was created in 24.1 ms