Hi! This is a programming language I am currently developing slowly. This is a language I am building to use for a game where you solve coding problems. It currently features prints, variables, variable maths and if conditionals. It is a mix of original, java and python-like syntax and code. Anyway, how to code in it.

type a line of code in the line at the bottom. Press enter to add it. If you made a mistake, click the line of code and edit it. Deleting the line is as simple as getting rid of the text while editing the line.  Alt toggles output box visibility and ctrl runs it.


Syntax.

print 'text goes here'


print variable


if ... == ... {

logic goes here

}

(value can be changed for a variable's name)

make variable name = value


make variable name = value * value


make variable name = value + value


make variable name = value - value


make variable name = value */value


hopefully you got it. If not, leave a comment and I will help.


Leave a comment

Log in with itch.io to leave a comment.