• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] [SOLVED] How to get learn abaout const for newbie? const belongs to what group?
#1
Solution:

Reserved words (keywords) Statements Operators Directives Other assert char #assert const 98 ] General syntax break defined #define enum case sizeof #else forward continue state #elseif native default tagof #emit new do #endif operator else #endinput public exit #endscript static for #error stock goto #file if #if return #include sleep #line state #pragma switch #section while #tryinclude #undef Next to reserved words, pawn also has several predefined constants, Predefined constants: 102 you cannot use the symbol names of the predefined constants for variable or function names.

Source:?https://github.com/pawn-lang/compiler/raw/master/doc/pawn-lang.pdf

all of these belong to the Pawn syntax class. Which should be commonly used after reading the rules for the pawn language and having been subject to fines several times from the pawn language developer community.





Problem :

I see there are many variables such as include, pragma, public, stock, forward. So what group does all of this belong to? how is the basic understanding?
  Reply
#2
https://github.com/pawn-lang/compiler/ra...n-lang.pdf
  Reply
#3
Also, none of those things you mentioned are variables.
  Reply


Forum Jump: