The Conroy & Conroy Subroutine Library (2021.3 edition)

_Octal
What: file
Layer: 0
Platforms: C#, Pascal (All), PHP, Python

This file contains constant definitions of octal values for languages which don't inherently support octal constants (and some that do). The constant names start with "O" followed by the octal value. For instance, O377 would be octal value 377. The range of supported values is O0 through O177777, inclusive. Note: This file should not be included in your projects unless you use a lot of octal values, as it is large and could cause code bloat and/or slow down compilation.