Browse Source

Added LongInt & ULongInt to documentation to fix reference error

thareh 2 years ago
parent
commit
93427a4a0f
1 changed files with 10 additions and 0 deletions
  1. 10 0
      blitz.mod/blitz.bmx

+ 10 - 0
blitz.mod/blitz.bmx

@@ -867,6 +867,16 @@ about: Only available on x64.
 keyword: "Double128"
 End Rem
 
+Rem
+bbdoc: Signed 32/64 bit integer type depending on platform
+keyword: "LongInt"
+EndRem
+
+Rem
+bbdoc: Unsigned 32/64 bit integer type depending on platform
+keyword: "ULongInt"
+EndRem
+
 Rem
 bbdoc: String type
 keyword: "String"