mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-22 02:31:28 +00:00
Updated README
This commit is contained in:
parent
ca3d30f47b
commit
f76c1d2078
1 changed files with 3 additions and 2 deletions
5
README
5
README
|
@ -78,7 +78,7 @@ Comments:
|
|||
|
||||
Examples:
|
||||
; this is allowed
|
||||
# as it this
|
||||
# as is this
|
||||
FLOAT: foo 1 ; this is not allowed
|
||||
FLOAT: bar 2 # neither is this
|
||||
|
||||
|
@ -121,7 +121,7 @@ Misc:
|
|||
and signs (+, -) however.
|
||||
|
||||
Constants cannot be assigned values of other constants, their value must
|
||||
be fully expressed inspot of the declration.
|
||||
be fully expressed inspot of the declartion.
|
||||
|
||||
No two identifiers can be the same name, this applies for variables allocated
|
||||
inside a function scope (despite it being considered local).
|
||||
|
@ -153,4 +153,5 @@ Misc:
|
|||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
/////////////////////// Quake C Documentation //////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
TODO ....
|
||||
|
|
Loading…
Reference in a new issue