From 554101ef7ff2e4d8e9991b0ef72b38adcbbabec9 Mon Sep 17 00:00:00 2001 From: gumi Date: Sun, 3 May 2020 23:10:59 -0400 Subject: add documentation for the number separators --- doc/script_commands.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 64ba17ab7..a15baf2c2 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -460,6 +460,13 @@ Number values can't exceed the limits of an integer variable: Any number greater than INT_MAX (2147483647) or smaller than INT_MIN (-2147483648) will be capped to those values and will cause a warning to be reported. +Underscores can also be used as visual separators for digit grouping purposes: + 2_147_483_647 + 0x7FFF_FFFF + +Keep in mind that number literals cannot start or end with a separator and no +more than one separator can be used in a row (so 12_3___456 is illegal). + Variables --------- -- cgit v1.2.3-70-g09d2