docs: #2293 was fixed some time ago
This commit is contained in:
parent
26c3a6c161
commit
68c76a3307
1 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,7 @@ a dialect of Go rather than a complete port of the language:
|
||||||
* `defer` and `recover` are supported except for cases where panic occurs in
|
* `defer` and `recover` are supported except for cases where panic occurs in
|
||||||
`return` statement, because this complicates implementation and imposes runtime
|
`return` statement, because this complicates implementation and imposes runtime
|
||||||
overhead for all contracts. This can easily be mitigated by first storing values
|
overhead for all contracts. This can easily be mitigated by first storing values
|
||||||
in variables and returning the result. `defer` can't be used in
|
in variables and returning the result.
|
||||||
conditional code (#2293).
|
|
||||||
* lambdas are supported, but closures are not.
|
* lambdas are supported, but closures are not.
|
||||||
* maps are supported, but valid map keys are booleans, integers and strings with length <= 64
|
* maps are supported, but valid map keys are booleans, integers and strings with length <= 64
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue