that's kinda annoying there's no consensus on naming conventions. Perhaps we should start standardizing them, it would make reading and writing scripts a lot easier imho.
There's already a standard for argument/variable nomenclature which is consistent in, at least, Beth's scripts:
a : Argument :: b : Bool :: f : Float :: i : Int :: k : Form/Alias :: r : Reference :: s : String :: u : *Unsigned Integer
*"Papyrus doesn't have an unsigned type, but the game will take your value or 0, whichever is higher." (Jeff Lundin)