diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 15:29:59 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 15:29:59 -0800 |
| commit | 33d44fa8fc91d3c802ebae6a2ff44084cd7bc7a2 (patch) | |
| tree | 2776291502c61762d8075b40375ef4ae60c391ec /core | |
| parent | aa2902256f5d47891be951c0a822b64614e97645 (diff) | |
Style tweak: using (retry) instead of %retry for goto label.
Diffstat (limited to 'core')
| -rw-r--r-- | core/id.nom | 4 |
1 files 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 |
