代码搜索:else
找到约 10,000 项符合「else」的源代码
代码结果 10,000
www.eeworm.com/read/365527/9858393
m exa4_17.m
x=3;
if x>0
y=x+1;
else if x==0
y=x;
else
y=x-1;
end
end