Scoop
Jump to navigation
Jump to search
- Not to be confused with SCOOP.
- This article is not detailed enough and needs to be expanded. Please help us by adding some more information.
Scoop is an interpreted, imperative programming language created by User:DisableGraphics that uses an 8-bit integer as its only variable. (Called a for the sake of simplicity).
It features conditional branches (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