Updated NEP 1 : Style Guide for Nimrod Code (markdown)
This commit is contained in:
parent
b10218520d
commit
3a04468b87
|
@ -84,8 +84,8 @@ General
|
|||
type declarations in order to distinguish between the heading of a
|
||||
procedure and its body.
|
||||
```nimrod
|
||||
proc lotsOfArguments(argOne: string, argTwo: int, argThree:float
|
||||
argFour: proc(), argFive:bool): int
|
||||
proc lotsOfArguments(argOne: string, argTwo: int, argThree: float
|
||||
argFour: proc(), argFive: bool): int
|
||||
```
|
||||
|
||||
- Multi-line procedure calls should either have one argument per line
|
||||
|
|
Loading…
Reference in New Issue