From 33d44fa8fc91d3c802ebae6a2ff44084cd7bc7a2 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 11 Nov 2018 15:29:59 -0800 Subject: [PATCH] Style tweak: using (retry) instead of %retry for goto label. --- core/id.nom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/id.nom b/core/id.nom index 46aeaa9..8875696 100644 --- a/core/id.nom +++ b/core/id.nom @@ -22,9 +22,9 @@ set %id_by_obj 's metatable to {..} return %self.%nil_surrogate if (%key != %key): return %self.%NaN_surrogate - --- %retry --- + --- (retry) --- %id = (uuid) - if (%obj_by_id.%id != (nil)): go to %retry + if (%obj_by_id.%id != (nil)): go to (retry) %self.%key = %id %obj_by_id.%id = %key return %id