We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4439109 commit 48407c8Copy full SHA for 48407c8
_pages/grammar.md
@@ -22,7 +22,8 @@ stat = varlist '=' explist |
22
attributes 'function' funcname funcbody |
23
attributes 'local' 'function' NAME funcbody |
24
'local' bindinglist ['=' explist] |
25
- ['export'] 'type' NAME ['<' GenericTypeListWithDefaults '>'] '=' Type
+ ['export'] 'type' NAME ['<' GenericTypeListWithDefaults '>'] '=' Type |
26
+ ['export'] 'type' 'function' NAME funcbody
27
28
laststat = 'return' [explist] | 'break' | 'continue'
29
0 commit comments