sic

The sic programming language, compiler and tools (WIP)
Log | Files | Refs

test.sic (151B)



// this is a comment

str name = "Johnny Mnemonic";
int age = 45;
int km = 400_000_000;
dec height = 188.3;
if(a == b) print("success");
token => id;