?++

From Esolang
Jump to navigation Jump to search

?++ (or huh plus plus) is a golf esolang made by User:Ractangle

Commands

Command Meaning
# Starts the program
_ Takes user input
!<string> Prints a string
? Condition command
/=<anything here> Chainges the only variable vaule
(?<condition>)*<commands here> Does a loop
^<commands here> Creates a function

Examples

Hello World

#
!Hello World

Truth-machine

#
/=_
?/=0
!0
?/=1
*!1

Cat

Cat

#
!_

Looping cat program

#
*!_