SANTA

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.

SANTA is a joke programming language created by User:Earthrulerr. The language is based off of the figure Saint Nick (commonly know as Santa Claus) To learn how to fully use SANTA refer to the #ReadMe on the GitHub: [1]

Input

You run multiple commands on a single line as long as the PRINTER command is not in front of other commands.

SANTA! 
SANTA! PRINTER Example!

Using PRINTER before any other code on the same line will result in errors.
(also “MILK!” prints 99 glasses of milk on the wall, a play off of beer on the wall)

Examples

Input:

SANTA! PRINTER This is an example.
COOKIES 25 MILK 5 DIV HOHOHO this will divide 25/5

Output:
Hello, World! This is an example. 5


Input:

PRINTER Are you the age of: COOKIES 2 MILK 10 MULTIPLY

Output: Are you the age of: 20

Implementation

  • C++ implementation: [2] - the source code can be found [3].