diff options
Diffstat (limited to 'starts/meaning-vm/level-1/concepts.cpp')
-rw-r--r-- | starts/meaning-vm/level-1/concepts.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starts/meaning-vm/level-1/concepts.cpp b/starts/meaning-vm/level-1/concepts.cpp index 4c098de..5a3dfaf 100644 --- a/starts/meaning-vm/level-1/concepts.cpp +++ b/starts/meaning-vm/level-1/concepts.cpp @@ -7,6 +7,7 @@ namespace concepts { ref is("is"); ref anonymous("anonymous"); ref link("link"); +ref name("name"); } } |