lang: Add var prefix to var expr to avoid ambiguity

This commit is contained in:
James Shubin
2019-04-29 06:21:17 -04:00
parent 3bcb697662
commit 4aa3cfad40
12 changed files with 61 additions and 61 deletions

View File

@@ -1,4 +1,4 @@
Edge: list(str("hey")) -> var(names) # names
Edge: list(str("hey")) -> var(names) # var:names
Edge: str("hello") -> list(str("hello"), str("world")) # 0
Edge: str("hey") -> list(str("hey")) # 0
Edge: str("world") -> list(str("hello"), str("world")) # 1