Logo

Programming-Idioms

History of Idiom 3 > diff from v33 to v34

Edit summary for version 34 by :
Admin deletes impl 2373

Version 33

2018-08-12, 11:28:35

Version 34

2018-09-06, 19:26:02

Idiom #3 Create a procedure

Like a function which doesn't return any value, thus has only side effects (e.g. Print to standard output)

Idiom #3 Create a procedure

Like a function which doesn't return any value, thus has only side effects (e.g. Print to standard output)

Code
void d(){}
Comments bubble
A dummy procedure that does nothing