Meta Project

The Unofficial Meta Documentation

KEY

Summary

KEY Reads a keyboard key without waiting, as opposed to TAKE. Atari only(?).

Category

GENERAL-IO

Usage

value: KEY

Arguments

N.A.

Refinements

This method has no refinements

Description

KEY Reads a keyboard key without waiting, as opposed to TAKE. It's part of interactive console functionality and possibly only implemented for Atari.

Example Code

No example

Related

TAKE  

Back to the Meta Methods Reference index