View Issue Details
| Category | |||||
|---|---|---|---|---|---|
| 整備班:YAYA | |||||
| Severity | feature | Reproducibility | N/A | ||
| Status | closed | ||||
| Summary | 0000204: Let yaya short-circuit evaluation like C | ||||
| Description | You know, short circuit evaluation sometimes saves a lot of running time, or makes it easier to misjudge When I "if ISSTR(_argv[0])&&FATTRIB(_argv[0])!=-1"means check whether the file it describes exists only when _argv[0] is a string. However, since there is no short-circuit evaluation, I have to explicitly write out the relationship between if else Of course, this is not backward compatible because this feature may lead to changes in the evaluation behavior | ||||
| Tags | No tags attached. | ||||
| Attach Tags | |||||