For what is ; exactly
I like to know, what an
PHP Code:
PHP Code:
PHP Code:
|
Re: For what is ; exactly
This has been asked soooooooooooooooooooooooooooooo many times. Its just the same.
|
Re: For what is ; exactly
In C++ executed the function.
Example: PHP Code:
In Pawn you don't have to put the semi-colon. |
Re: For what is ; exactly
If you're putting semicolon, you can write two functions in a single line.
PHP Code:
PHP Code:
|
Re: For what is ; exactly
It is a good habit though, especially if you are familiar with PHP and those kinds of languages
|
Re: For what is ; exactly
Just set it after your code and it will be much easier for you later if you will learn other languages where semicolon must be set!
|
Re: For what is ; exactly
Semicolon it's the way to tell for some parser that a sentence finish.
In C, C++ and others languajes it's mandatory. In Pawn is optional unless you use pragma semicolon option. Forget about the semicolon, it's just for people who know other languajes and used to put semicolons in their code. |
Re: For what is ; exactly
Quote:
|
Re: For what is ; exactly
Quote:
|
| All times are GMT -4. The time now is 07:23. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.