Logo

Programming-Idioms

History of Idiom 59 > diff from v3 to v4

Edit summary for version 4 by :

Version 3

2015-04-14, 21:15:50

Version 4

2015-05-06, 21:04:51

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").