Browse Source

Added new keyword.

woollybah 5 years ago
parent
commit
9c562f0f4b
1 changed files with 7 additions and 0 deletions
  1. 7 0
      blitz.mod/blitz.bmx

+ 7 - 0
blitz.mod/blitz.bmx

@@ -1157,5 +1157,12 @@ bbdoc: Create a string of length 1 with a character code
 keyword: "Chr"
 End Rem
 
+Rem
+bbdoc: Allocates memory from the stack.
+keyword: "StackAlloc"
+about: This memory is automatically freed on leaving the function where it was created.
+It should not be freed, or returned from the function.
+End Rem
+