ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


number_prefixes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
number_prefixes [2017/03/21 16:17] korshunnumber_prefixes [2017/04/17 15:03] korshun
Line 1: Line 1:
 ====== Number prefixes ====== ====== Number prefixes ======
-All number parsing functions support the following base prefixes:+All number parsing functions in ACSUtils support the following prefixes to specify the base of the number:
  
   * <no prefix> -- base 10   * <no prefix> -- base 10
Line 6: Line 6:
   * ''0o'' -- base 8   * ''0o'' -- base 8
   * ''0b'' -- base 2   * ''0b'' -- base 2
 +