瀏覽代碼

Synced with bmx docs.

woollybah 6 年之前
父節點
當前提交
041892f072
共有 1 個文件被更改,包括 12 次插入11 次删除
  1. 12 11
      docs/language/identifiers.md

+ 12 - 11
docs/language/identifiers.md

@@ -22,29 +22,30 @@ purpose identifiers:
 
 
     Strict SuperStrict Module ModuleInfo Framework
     Strict SuperStrict Module ModuleInfo Framework
     End Return Continue Exit Assert
     End Return Continue Exit Assert
-    Public Private
+    Public Protected Private
     True False Pi Null Self Super
     True False Pi Null Self Super
-    Byte Short Int Long Float Double Object String
-    UInt ULong Size_T
+    Byte Short Int UInt Long ULong Size_T Float Double Object String
     Var Ptr VarPtr Chr Len Asc SizeOf Sgn Abs Min Max Mod
     Var Ptr VarPtr Chr Len Asc SizeOf Sgn Abs Min Max Mod
     Shl Shr Sar Not And Or
     Shl Shr Sar Not And Or
     New Release Delete
     New Release Delete
     Incbin IncbinPtr IncbinLen
     Incbin IncbinPtr IncbinLen
-    Include Import Extern EndExtern
+    Include Import Extern EndExtern Export
     Function EndFunction
     Function EndFunction
     Type EndType Extends
     Type EndType Extends
-    Interface EndInterface
+    Interface EndInterface Implements
     Struct EndStruct
     Struct EndStruct
     Method EndMethod
     Method EndMethod
-    Local Global Const Field
-    Abstract Final ReadOnly Export
+    Operator
+    Local Global Const Field ReadOnly
+    Abstract Final
+    Where
     Rem EndRem
     Rem EndRem
     If Then Else ElseIf EndIf
     If Then Else ElseIf EndIf
     For To Next Step EachIn
     For To Next Step EachIn
-    While Wend
+    While Wend EndWhile
     Repeat Until Forever
     Repeat Until Forever
     Select Case Default EndSelect
     Select Case Default EndSelect
-    Try Catch EndTry Throw
-    DefData ReadData RestoreData
+    Try Catch Finally EndTry Throw
+    Goto DefData ReadData RestoreData
+    NoDebug
     Alias
     Alias
-    Operator Where