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 376b08c commit 79c9bf2Copy full SHA for 79c9bf2
STYLE_GUIDE.md
@@ -64,11 +64,11 @@ focus on the semantics of the proposed changes rather than style and formatting.
64
* For module procedures, declare attributes before the `module` keyword for better retro compatibility:
65
Use this:
66
```
67
- pure module function example()
+ <attribute> <attribute> module <function/subroutine> <name>
68
69
instead of:
70
71
- module pure function example()
+ module <attribute> <attribute> <function/subroutine> <name>
72
73
74
## End <scope> block closing statements
0 commit comments