2
0
Эх сурвалжийг харах

Added static array keyword.

Brucey 5 жил өмнө
parent
commit
c4cdd5ca3f
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  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"
 End Rem
 
+Rem
+bbdoc: Denotes an array as a static array, with its content allocated on the stack.
+keyword: "StaticArray"
+End Rem