Voting

: max(two, eight)?
(Example: nine)

The Note You're Voting On

abiltcliffe at bigfoot.com
22 years ago
To jrust at rustyparts.com, note that if you're using a double-quoted string and *don't* escape the dollar sign with a backslash, $s and $d will be interpreted as variable references. The backslash isn't part of the format specifier itself but you do need to include it when you write the format string (unless you use single quotes).

<< Back to user notes page

To Top