Peek Peek

Peek - Definition

Related Words: Cast, Flash, Gander, Glance, Look, Meddle, Nose, Peep, Peer, Snoop, Spy, Wink

This article is about the computer function. For the resin, see PEEK. In computing, PEEK is a BASIC programming language function used for examining 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):

integer_variable = PEEK(address)


See also: POKE

Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.