xschem/scconfig/src/tmpasm/regression/err_if_else.ref

7 lines
133 B
Plaintext
Raw Normal View History

2020-08-08 15:47:34 +02:00
error: unexpected 'else' - must be in a 'then' block before an else at 2:5
if *NULL - broken AST* [at 1:1]
then:
(NOP)
else:
(NOP)