瀏覽代碼

Merge pull request #389 from thareh/task/inline

Added "Inline" keyword
Brucey 3 周之前
父節點
當前提交
4419aad503
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      blitz.mod/blitz.bmx

+ 5 - 0
blitz.mod/blitz.bmx

@@ -1438,3 +1438,8 @@ Rem
 bbdoc: Denotes an array as a static array, with its content allocated on the stack.
 keyword: "StaticArray"
 End Rem
+
+Rem
+bbdoc: Marks a global function as inline which replaces the function call with the acual code of the function for less overhead.
+keyword: "Inline"
+End Rem