This is a WIP rudimentary coding language. Code syntax can be found here: Code: .print <text> - prints text .print.func - prints functions such as operations or tests .prompt <text> - prompts the user with a question .set.create <var> - creates a variable .set <var> - sets a variable to a number or string <text> .op<.a, .s, .m, .d, .c, .ce, .fl> - does operations <text> <text> .if<.eq, .gr, .ls, .!eq> - if statements <text> <text> <code> <else, end> <code> end Commands: /run - Runs script /del - Deletes line /clear - Clears code /insert - Inserts code /replace - Replaces code