Scoop

From Esolang
Jump to navigation Jump to search
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.

Scoop

Scoop is an interpreted, imperative programming language that uses an 8bit integer as its only variable (Called a for the sake of simplicity), created by User:DisableGraphics

It features branch conditioning (although very limited) and simple loops (while-style)

Programming in scoop

The official documentation includes a programming guide

Examples

set a print
random 1 120
if >= 65
    print
    if <= 100
         set h print
endif

External resources