Recent Articles



































Poke



         


In computing, POKE is a BASIC programming language command used for setting the contents of a memory address. It is usually invoked as follows, either in direct mode (entered and executed at the BASIC prompt) or in indirect mode (in a program):

POKE(address,value)


An alternative (syntactically simplified) syntax, used in e.g. Commodore BASIC V1.0+, is:

POKE address,value

POKE commands are inherently not portable and thus they almost always will not work on any other system than the one the program was written for.


See also: PEEK


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


Poke is also a name of Hawaiian traditional food.


Poke is the name of a character from the science fiction novel Ender's Shadow.






  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License