Explorar o código

Added static array keyword.

Brucey %!s(int64=5) %!d(string=hai) anos
pai
achega
c4cdd5ca3f
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      blitz.mod/blitz.bmx

+ 4 - 0
blitz.mod/blitz.bmx

@@ -1186,3 +1186,7 @@ bbdoc: Returns the offset in bytes for a field of the specified #Type or #Struct
 keyword: "FieldOffset"
 keyword: "FieldOffset"
 End Rem
 End Rem
 
 
+Rem
+bbdoc: Denotes an array as a static array, with its content allocated on the stack.
+keyword: "StaticArray"
+End Rem