From: Dale Weiler Date: Tue, 17 Apr 2012 09:15:47 +0000 (-0400) Subject: Fixes to README X-Git-Tag: 0.1-rc1~659 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=f67b6ea240ed62fd40d7383968940b8f90f0c6c9 Fixes to README --- diff --git a/README b/README index c02e8e1..b9f3a27 100644 --- a/README +++ b/README @@ -102,7 +102,7 @@ Internal: The Quake engine provides some internal functions such as print, to access these you first must declare them and their names. To do this you create a FUNCTION as you currently do. Adding a $ followed by the - number of the engine builtin will bind it to that builtin. + number of the engine builtin (negated). Examples: FUNCTION: print $4 @@ -127,6 +127,6 @@ Misc: inside a function scope (despite it being considered local). There exists one other keyword that is considered sugar, and that - is AUTHOR this keyword will allow you to speciy the AUTHOR(S) of + is AUTHOR, this keyword will allow you to speciy the AUTHOR(S) of the assembly being assembled. The string represented for each usage of AUTHOR is wrote to the end of the string table.