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 37a2dcd commit ae5a103Copy full SHA for ae5a103
2-Draft-Accepted/RFC0035-#Requires-Additions.md
@@ -63,11 +63,11 @@ This RFC proposes the following changes:
63
64
## Specification
65
66
-1. `#requires` statements appearing before any
+1. `#requires` statements appearing after any
67
line that is not blank or a comment (i.e. any semantic statement)
68
will generate a warning at parse-time about being hoisted to the top of the script.
69
Other comments, such as hashbangs, and blank lines
70
- preceing a `#requires` will not generate this warning.
+ preceding a `#requires` will not generate this warning.
71
2. `#requires` can take an `-OS` parameter,
72
with possible arguments being `Windows`, `Linux` and `MacOS`.
73
Multiple operating systems can be specified by providing arguments
0 commit comments