瀏覽代碼

Added "Inline" keyword

thareh 3 周之前
父節點
當前提交
3d1e5dc243
共有 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 function as inline which replaces the function call with the acual code of the function for less overhead.
+keyword: "Inline"
+End Rem