You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The linked markdown file showing examples of the various code styles seems to be a bit mixed up. For example, the "semicolons" and "no semicolons" examples both lack semicolons.
Additionally, one of the code styles is while (1){ where I would assume the two prevailing styles are while(1) { and while (1) {. I could be wrong about this one, but I figure since there are other mistakes in the style examples, perhaps this is a mistake as well?
The text was updated successfully, but these errors were encountered:
The linked markdown file showing examples of the various code styles seems to be a bit mixed up. For example, the "semicolons" and "no semicolons" examples both lack semicolons.
Additionally, one of the code styles is
while (1){
where I would assume the two prevailing styles arewhile(1) {
andwhile (1) {
. I could be wrong about this one, but I figure since there are other mistakes in the style examples, perhaps this is a mistake as well?The text was updated successfully, but these errors were encountered: