extensions.ael 90 B

12345678
  1. #include "t1/*.ael"
  2. context z
  3. {
  4. 123 => NoOp(hi there, z);
  5. 124 => NoOp(hi there, z);
  6. }