new operators: vector(int, byte) - int -> works like py's list[0:-int] vector(int, byte) : int -> works like py's list[int:] new functions: fileRead, fileWrite, fileExists, bytesToStr
- Str : Int -> works like py's [Int:] - Str - Int -> subtracts x amount of characters from the end of the string