From: Dale Weiler Date: Tue, 17 Apr 2012 09:24:37 +0000 (-0400) Subject: Updated README X-Git-Tag: 0.1-rc1~656 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=f76c1d2078400c8cef4f493b35099d80dc7c3c8f Updated README --- diff --git a/README b/README index f37f173..7b5181e 100644 --- a/README +++ b/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 ....