/* $OpenXM: OpenXM/src/k097/debug/buggy.k,v 1.1 2001/01/08 05:26:51 takayama Exp $ */ /* This is used to check if KCerror() works properly. */ def help(x) { if (Length(Arglist) < 1) { ShowKeyWords(" "); } else { Help(x); } } def Help(key) { local n,i,item,m,item1,j; if (Length(Arglist) < 1 ShowKeyWords(" "); return( [ ] ); } if (key == "ALL") { ShowKeyWords("ALL"); return(0); } n = Length(Helplist); PSfor (i=0; i> could not be found."); return([ ]); } load("help.k"); if (1==2 { Println("Hello"); }else { Println("bye"); } for (i=0) { Println("Hello"); }