extensions.ael 213 B

1234567891011121314151617
  1. /* and some comments
  2. would make a nice touch */
  3. context t1
  4. {
  5. /* this a test of block comments */
  6. _15x => {
  7. /* more comments
  8. across several lines
  9. * what do you think*
  10. */
  11. }
  12. }
  13. /* amd some more */