tstatementoperators.nim 127 B

123456789101112
  1. discard """
  2. nimout: '''
  3. Infix
  4. Ident "from"
  5. Ident "a"
  6. Ident "b"
  7. '''
  8. """
  9. from macros import dumpTree
  10. dumpTree(a from b)