Update README.md to reflect recent developments
This commit is contained in:
parent
4ed04d86ec
commit
88257715c3
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,10 @@ func main { mega | with args ;
|
|||
```js
|
||||
func main { mega |
|
||||
```
|
||||
- The `with` declaration will be explained below. It defines the `args` argument.
|
||||
```js
|
||||
with args ;
|
||||
```
|
||||
- Now, we can write code like before:
|
||||
```js
|
||||
def list
|
||||
|
|
Loading…
Add table
Reference in a new issue