woollybah 5 rokov pred
rodič
commit
9c562f0f4b
1 zmenil súbory, kde vykonal 7 pridanie a 0 odobranie
  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
+