- May
- 13,190
- 180
This works in TCC v31.
in TCC v32 I get this.
What's up with that?
Code:
v:\> if %@exec[echo foo | findstr foo] == 0 echo yes
foo
yes
in TCC v32 I get this.
Code:
v:\> if %@exec[echo foo | findstr foo] == 0 echo yes
FINDSTR: Cannot open ==
FINDSTR: Cannot open 0
FINDSTR: Cannot open echo
FINDSTR: Cannot open yes
TCC: Syntax error "@exec[echo"
Usage : IF [/I] [NOT] condition [.AND. | .OR. | .XOR. [NOT] condition ...] command
What's up with that?