A Very BASIC Esolang

From Esolang
Jump to navigation Jump to search

A very BASIC esolang is an esolang made by User:DifferentDance8 to push the "Pseudonatural" category to it's absolute limits. Unlike TWFUN, an earlier esolang made by the same person, the name of this esolang was ironic on purpose. (Looking back on it, it's extremely similar in concept to Esolang Simply Created To Annoy People Who Dislike Scratch, but wildly differs in execution)

Commands

Commands
Command Description Uhh too lazy to remove this column
START PROGRAM Starts the program Example
PRINT OUT THE CURRENT STRING "string" Prints out the string Example
ASK USER FOR INPUT Asks user for input Example
GOTO [line number] Goes to a line number Example
PLAY NOTE [note letter] [volume] [pitch] Plays a note Example
EXIT Exits a program. Example

Example Programs

Hello World:

START PROGRAM
PRINT OUT THE CURRENT STRING "Hello, World!"
EXIT

Cat Program:

START PROGRAM
ASK USER FOR INPUT
PRINT OUT THE CURRENT STRING input

(note: there is no way to exit out of this cat program)