StrcmpAa(comm, PointCom[instruction])==0这个语句成立那么return的就是4,那么下一步程序将运行到哪里呢?还接着instruction++吗?
不会instruction++了,return之后程序返回到调用它的位置。