Logo

Programming-Idioms

History of Idiom 59 > diff from v26 to v27

Edit summary for version 27 by :
[PHP] No x init needed. Comments.

Version 26

2016-03-02, 08:56:08

Version 27

2016-04-05, 04:30:50

Idiom #59 Write to standard error stream

Print the message "x is negative" to standard error (stderr), with integer x value substitution (e.g. "-2 is negative").

Idiom #59 Write to standard error stream

Print the message "x is negative" to standard error (stderr), with integer x value substitution (e.g. "-2 is negative").