瀏覽代碼

Added new keyword.

woollybah 5 年之前
父節點
當前提交
9c562f0f4b
共有 1 個文件被更改,包括 7 次插入0 次删除
  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"
 keyword: "Chr"
 End Rem
 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
+