c.ael 106 B

12345678910111213
  1. context c
  2. {
  3. 567 => NoOp(hi there, c);
  4. }
  5. #include "t2/*.ael"
  6. context w
  7. {
  8. 890 => NoOp(hi there, w);
  9. }