Bounce-and-skip: a technique for directing the flow of control in programs

  • Authors:
  • J. Nievergelt;M. I. Irland

  • Affiliations:
  • University of Illinois, Urbana, Illinois;University of Illinois, Urbana, Illinois

  • Venue:
  • ACM SIGPLAN Notices
  • Year:
  • 1969

Quantified Score

Hi-index 0.00

Visualization

Abstract

A new technique for directing the flow of control in block structured programs is described. It allows a programmer to delay using the outcome of a test indefinitely, and to make the entry and exit of begin-end blocks conditional upon the last test performed. This technique is the main tool for directing the flow of control in the programming language Nucleol, and is considered to be particularly useful for program debugging.