progname < input.txt | diff - output.txt
must produce NOTHING
continue
or goto
or exit
break
only in switch/case statement
return
only as the last statement in a function
if (condition) statement;
if (condition) { statement; }
i = first; cout << i for(i += skip; i &ls; end; i += skip) { cout << ", " << i; }
if (condition) { } if (not condition) { }
if(condition) { } else { }
GetData(start, stop, skip, file, junk);