فهرست منبع

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"
 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
+