This commit is contained in:
Jacob Signorovitch 2025-01-14 15:15:02 -05:00
parent 597392727f
commit 63fffef9b9

24
ABV.md
View File

@ -1,3 +1,25 @@
# Abbreviations
|Abbreviation|Meaning(s)|
|---|---|
|`ln`|Length|
|`sz`|Size|
|`ch`|Change|
|`mk`|Make|
|`rm`|Remove|
|`cp`|Copy|
|`fst`|First|
|`pre`|Previous|
|`cur`|Current|
|`nxt`|Next|
|`lst`|Last|
|`dst`|Destination|
|`init`|Initialize|
|`acc`|Accumulate|
|`inp`|Input|
|`var`|Variable|
|`val`|Value|
# One-letter abbreviations # One-letter abbreviations
These are highly context-dependent in their meaning, but in general: These are highly context-dependent in their meaning, but in general:
@ -6,7 +28,7 @@ These are highly context-dependent in their meaning, but in general:
|---|---| |---|---|
|`a`|Accumulator, generic first variable in sequence| |`a`|Accumulator, generic first variable in sequence|
|`b`|See `a` above| |`b`|See `a` above|
|`c`|Current value, see `a` above| |`c`|Character, current value, see `a` above|
|`d`|Difference, delta| |`d`|Difference, delta|
|`e`|Expression, exception, error, event| |`e`|Expression, exception, error, event|
|`f`|File, function| |`f`|File, function|