Proposal: Octal prefix
Informal
This page is dedicated to discussing this specific proposal
ContributeContributions
sxjh9935
[369] Octal prefixProposal2024-12-01 00:16:09
Author:
sxjh9935
Change Log:
2024-12-01 - First draft of proposal.
Problem:
It appears there is no octal prefix whereas prefixes for decimal, hexadecimal and binary exist (as per 3.4.1.3).
Solution:
Add octal prefix to 3.4.1.3.
Perhaps use a leading 0 so that it is consistent with other languages like C.
Implementation will be dependent on the interpreter.
Typical use: (Optional)
Valid examples
0377 0111 0777 00
Invalid examples
0888 0008 0989
Proposal:
This should enumerate the changes to the document at 3.4.1.3.
Reference implementation:
Implementation should be left to the interpreter's author.