test programming language I'm working on. Pretty basic. Few non-conventional details:
structiswafercharisbyte- there's no
float. justdouble. pls don't cry - in order to promote manual labor and reduce laziness, to specify a function's return type, you use the
returnskeyword. So:
fn add (int a, int b) returns int { ... }check the test file for more syntax details