yeah so i decided to make a new project and its a programming language wooho SYNTAX: set,[vname],[vvalue] - sets a variable to a value (variable can be put in) goto,[line] goes to that line (variable can be put in) sleep,[sec] sleeps for an amount of seconds before executing again (variable can be put in) CONDITIONALS equal,[val1],[val2] compares 2 values and checks if true. if not, it jumps to the false keyword. (variable can be put in) false,[val] literally just goto (variable can be put in) built-in variables: input -- the place where keys are stored
yeah thats all thats here for now :] will be ported to HaneraOS and will be used to make programs for it (and maybe haneraos itself but we will see later) its fast now by the way commands and arguments are seperated with commas like in HaneraOS, for example: print,Hello World! goto,1