Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. {:
  2. RESULT = id;
  3. :}
  4. | QualifiedName:qn PERIOD Identifier:id
  5. {:
  6. RESULT = id;
  7. id.makeSibling(qn);
  8. :}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement