View Issue Details

Category
整備班:YAYA
SeverityfeatureReproducibilityN/A 
Status closed 
Summary0000204: Let yaya short-circuit evaluation like C
DescriptionYou 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
TagsNo tags attached.
Attach Tags

Activities

ponapalt

2021-07-02 16:26

administrator   ~0000456

I would like that feature as well because I'm also familiar with C/C++ language, but I want to prioritize compatibility.

Issue History

Date Modified Username Field Change
2021-07-01 09:44 guest New Issue
2021-07-02 16:26 ponapalt Assigned To => ponapalt
2021-07-02 16:26 ponapalt Status new => closed
2021-07-02 16:26 ponapalt Resolution open => not fixable
2021-07-02 16:26 ponapalt Note Added: 0000456