Ab
This commit is contained in:
parent
597392727f
commit
63fffef9b9
24
ABV.md
24
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|
|
||||
|
Loading…
x
Reference in New Issue
Block a user