compiler

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.deepztream.com/compiler
Log | Files | Refs

example.3 (48B)


      1 _start() {
      2   decl a = 5, b = 9;
      3   exit b - a;
      4 }