Skip to content

Commit

Permalink
Add reference to C for octal numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseKPhillips committed Jun 13, 2015
1 parent f086bb7 commit 7996459
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion std/conv.d
Expand Up @@ -3665,7 +3665,8 @@ unittest

/***************************************************************
The $(D octal) facility provides a means to declare a number in base 8.
Using $(D octal!177) or $(D octal!"177") for 127 represented in octal.
Using $(D octal!177) or $(D octal!"177") for 127 represented in octal
(same as 0177 in C).
The rules for strings are the usual for literals: If it can fit in an
$(D int), it is an $(D int). Otherwise, it is a $(D long). But, if the
Expand Down

0 comments on commit 7996459

Please sign in to comment.