Semicolons and Positioning
Semicolons and Positioning
In CGS, the semicolon signals the end of a statement. That is, each individual statement must end with a semicolon.
print("Hello world!");
|
In CGS, the semicolon signals the end of a statement. That is, each individual statement must end with a semicolon.
print("Hello world!");
|