From 63fffef9b9f04c66f7bf55bd5b9faca727d1473b Mon Sep 17 00:00:00 2001 From: Jacob Signorovitch Date: Tue, 14 Jan 2025 15:15:02 -0500 Subject: [PATCH] Ab --- ABV.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/ABV.md b/ABV.md index 41db6b0..f6c0d21 100644 --- a/ABV.md +++ b/ABV.md @@ -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 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| |`b`|See `a` above| -|`c`|Current value, see `a` above| +|`c`|Character, current value, see `a` above| |`d`|Difference, delta| |`e`|Expression, exception, error, event| |`f`|File, function|