test.in
上传用户:afrynkmhm
上传日期:2007-01-06
资源大小:1262k
文件大小:0k
源码类别:

编译器/解释器

开发平台:

Others

  1. // start comment
  2. // another comment
  3. a = 2;
  4. g();
  5. {
  6. a=3*4;
  7. }
  8. if 3 then f(4 + b);
  9. else {
  10.     b =a; // assign
  11. }
  12. // final