关于Basic程序解释器及编译原理的简单化(1)--词法分析和代数式求值(8) return 1; return 0;}
iswhite (char c){ if (c==' 'c=='\t') return 1; else return 0;}