From b3dea01d1ad6803b96865a846b56494506ccc74e Mon Sep 17 00:00:00 2001 From: olpc user Date: Sun, 24 Nov 2019 00:51:53 -0800 Subject: changes didn't pan out; next change is big (merging statementevaluable with ref). saving work. --- starts/meaning-vm/meaning.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'starts/meaning-vm/meaning.cpp') diff --git a/starts/meaning-vm/meaning.cpp b/starts/meaning-vm/meaning.cpp index a47a0ce..a6156bf 100644 --- a/starts/meaning-vm/meaning.cpp +++ b/starts/meaning-vm/meaning.cpp @@ -13,9 +13,9 @@ ref link(ref sourceref, ref typeref, ref targetref) declrefs(link, source, type, target); lnks(link-source, link-type, link-target); return a(link)[ - link-source = sourceref, - link-type = typeref, - link-target = targetref + link-source << sourceref, + link-type << typeref, + link-target << targetref ]; } -- cgit v1.2.3