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:
|
||||
```
|
||||
foo() {
|
||||
print 'bar'
|
||||
```diff
|
||||
-function foo {
|
||||
+foo() {
|
||||
print bar
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue