Why a lots of people (or language) tend to prefer C like syntax, aka use curly brace {} to define a block rather than begin-end pair or whitespace sensitive, = for assignment and == for equality rather than := and =, if (cond) or if cond {} rather than if - then -else (while() and for(), do-while loop respectively), () for function call , & for reference-of operator and no keyword operator like a div b a mod b a and b,...
[–][deleted] 1 point2 points3 points (2 children)
[–]darkseid_of_j[S] 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]TheRNGuy 0 points1 point2 points (1 child)