xuchaoadao 如题,编辑语言中有红色语句出现,是不是哪里出现了问题 dataWork.Coffee; setWork.Coffee; label X = "Recoded Ranges of z"; if z <= 0 then X = 0; else if 0 < z then X = 1; if z <= .z then X = .; run; 其中recoded Ranges of z是红色的!