Updated Code Style Guide (markdown)
parent
1cc3006502
commit
f438642d9b
1 changed files with 9 additions and 8 deletions
|
@ -59,9 +59,10 @@ Functions
|
||||||
---------
|
---------
|
||||||
|
|
||||||
Use POSIX syntax:
|
Use POSIX syntax:
|
||||||
```
|
```diff
|
||||||
foo() {
|
-function foo {
|
||||||
print 'bar'
|
+foo() {
|
||||||
|
print bar
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue