diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-08-29 20:04:28 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-08-29 20:04:28 -0700 |
| commit | 0bf19443bf2d373a6e23d372a3938f26d75a4da3 (patch) | |
| tree | 82dd7fcfcd880a2170e56ddda7b2462105c77df5 /labels.e | |
| parent | 4656a996eca37e44d840bdd5b1aba4748cbcbfd1 (diff) | |
improve some comments
and remove a stray semicolon (oops) Force-Push: yes Change-Id: I1b26410f5f461f9026637b5509de3912defcd784
Diffstat (limited to 'labels.e')
| -rw-r--r-- | labels.e | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/labels.e b/labels.e index d90ab0a..f0629a8 100644 --- a/labels.e +++ b/labels.e @@ -133,7 +133,6 @@ ~ Return the guessed value. label-value @ ; - ; ~ This overwrites the value of a label, also doing all necessary status ~ checks and jupdates to keep track of the cirumstances under which it was @@ -166,8 +165,7 @@ ~ (entry, updated status, new value) 3roll dup 3unroll ~ (updated status, entry, new value, entry) - label-value ! label-status ! - ; + label-value ! label-status ! ; ~ This is a convenience helper which downstream code can use to check how ~ many bytes it has output thus-far. |