mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 05:50:30 +00:00
@@ -95,9 +95,8 @@
|
||||
##
|
||||
## Limitations/Bugs
|
||||
## ================
|
||||
## Since `check` will rewrite some programs for
|
||||
## supporting checkpoints (namely assigns expressions to variables).
|
||||
## Some type conversions are not supported.
|
||||
## Since `check` will rewrite some expressions for supporting checkpoints
|
||||
## (namely assigns expressions to variables), some type conversions are not supported.
|
||||
## For example `check 4.0 == 2 + 2` won't work. But `doAssert 4.0 == 2 + 2` works.
|
||||
## Make sure both sides of the operator (such as `==`, `>=` and so on) have the same type.
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user