Open main menu

CDOT Wiki β

Changes

Team S - OOP344 20133

15 bytes added, 12:59, 5 November 2013
Code Blocks
# one command blocks should be on one line, ie. if's, for's, while's, etc.
<syntaxhighlight lang="cpp">
/* examples */or // examples
if(condition) // std 1
{