小弟无聊时玩了一下program可是这个if语句会出错,想不通啦!
IF WIDE>=40
D3=30
D4=D3-5
else if wide>=29
!*** ERR: Relation has an error.
D3=25
D4=D3-5
else
!*** ERR: Relation has an error.
if wide>=20
d3=20
d4=d3-5
ELSE
D3=15
D4=13
endif
endif
!*** ERR: Relation has an error.
ENDIF
wy9515301 wrote:
小弟无聊时玩了一下program可是这个if语句会出错,想不通啦!
IF WIDE>=40
D3=30
D4=D3-5
else if wide>=29
!*** ERR: Relation has an error.
D3=25
D4=D3-5
else
!*** ERR: Relation has an error.
if wide>=20
d3=20
d4=d3-5
ELSE
D3=15
D4=13
endif
endif
!*** ERR: Relation has an error.
ENDIF
还请高手指点一下