Meta Project

The Unofficial Meta Documentation

OVERFLOW

Summary

OVERFLOW Allows overflows to occur

Category

Categoryname

Usage

OVERFLOW value

Arguments

value - variable

Refinements

This method has no refinements

Description

OVERFLOW Allows overflows to occur when an operation could cause one.

Example Code

An example can be found at the Metasite in the Rainbow program example

Forever [
  COLBK:             ; Paint the background
    WSYNC:           ; Wait a scanline
      overflow       ; Wrap around
        VCOUNT << 1  ; Pick rainbow colour
        + RTCLOK3    ; Scroll the rainbow
]

Related

N.A.

Back to the Meta Methods Reference index