ZERO Zero is an interpreted language based on a stack-based virtual machine. var a = 1; func sayHello(){ print("Hello"); } func main(){ print(a); sayHello(); } Doc Syntax TODO Introduction English Introduction Chinese ASM VS Code Extension