From 6b8746543cf8f6e83a5850a2b6496920da9ef92a Mon Sep 17 00:00:00 2001 From: gumi Date: Tue, 31 Mar 2020 23:26:39 -0400 Subject: update the constants documentation for binary and octal literals --- db/constants.conf | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'db/constants.conf') diff --git a/db/constants.conf b/db/constants.conf index 6f87b2d51..b2bc94516 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -29,12 +29,17 @@ constants_db: { /************* Entry structure (short) ************************************ - Identifier: value // (int) + Identifier: value // (integer literal) ************* Entry structure (full) ************************************* Identifier: { - Value: value // (int) + Value: value // (integer literal) Deprecated: true // (boolean) Defaults to false. } + ************* Supported integer literals ********************************* + decimal: 1337 // no prefix + hexadecimal: 0x1337 // prefix: 0x + octal: 0o1337 // prefix: 0o + binary: 0b101101 // prefix: 0b **************************************************************************/ comment__: "Weekdays" -- cgit v1.2.3-60-g2f50