📝 fix error in README.md
This commit is contained in:
parent
c702f02a8a
commit
899b327608
|
@ -762,7 +762,7 @@ foreach(i;[0,1,2,3])
|
||||||
print(i)
|
print(i)
|
||||||
```
|
```
|
||||||
|
|
||||||
## 2. default dynamic arguments not supported
|
### 2. default dynamic arguments not supported
|
||||||
|
|
||||||
In this new interpreter,
|
In this new interpreter,
|
||||||
function doesn't put dynamic arguments into vector `arg` automatically.
|
function doesn't put dynamic arguments into vector `arg` automatically.
|
||||||
|
|
Loading…
Reference in New Issue