test.alc 103 B

12345678
  1. include "primitives.alh"
  2. Void function main(model : Element):
  3. log("Test")
  4. Integer a
  5. a = 1
  6. return!