Encyclopedia > Poke

  Article Content

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
Northampton, Suffolk County, New York

... income for a family is $35,893. Males have a median income of $32,292 versus $30,956 for females. The per capita income for the town is $23,660. 9.0% of the ...

 
 
 
This page was created in 21.8 ms