Countup

From Esolang
Jump to navigation Jump to search

Countup Countup is a version of Countdown with some major differences. Example:

STVS("Abcdef")
Out(11+23434435)
Out("")

The Sturing_Machine-2017 is a easy version of a programming language implementable in Countup, or Countdown, if you please.

 RAMP()
 PRINPUT()
 INPUTEQ("INT")
 INPBIN()
 TAPE(INT)
 LAPE()
 TAPEEQ(101011)
 PRINTLN("TurinGo!")


I implemented it but I need YOU to make a
implementation which supports these 2 examples,
or make a example yourself!