Comment on Whitespace

<- View Parent
noli@programming.dev ⁨9⁩ ⁨months⁩ ago

if(condition) statement; Is valid in typical C-style syntax.

if condition { … }

Is invalid in typical C-style syntax

source
Sort:hotnewtop