fork download
  1. Imports System
  2.  
  3. Public Class Test
  4. Public Shared Sub Main()
  5. for i=1 to 5
  6. for j=9 to 1 step -2
  7. print 6-i;
  8. next j
  9. print
  10. next i
  11. End Sub
  12. End Class
Compilation error #stdin compilation error #stdout 0.01s 23936KB
stdin
Standard input is empty
compilation info
Visual Basic.Net Compiler version 0.0.0.5943 (Mono 3.8 - tarball)
Copyright (C) 2004-2010 Rolf Bjarne Kvinge. All rights reserved.

/home/rG8Zcv/prog.vb (7,10) : error VBNC30205: End of statement expected.
/home/rG8Zcv/prog.vb (7,10) : error VBNC30084: CHANGEME
/home/rG8Zcv/prog.vb (7,10) : error VBNC30084: CHANGEME
/home/rG8Zcv/prog.vb (7,10) : error VBNC90019: Expected 'End'.
/home/rG8Zcv/prog.vb (7,12) : error VBNC30037: Symbol is not valid.
/home/rG8Zcv/prog.vb (8,7) : error VBNC90019: Expected 'End'.
/home/rG8Zcv/prog.vb (9,8) : error VBNC30203: Identifier expected.
/home/rG8Zcv/prog.vb (10,7) : error VBNC30203: Identifier expected.
/home/rG8Zcv/prog.vb (11,9) : error VBNC30203: Identifier expected.
/home/rG8Zcv/prog.vb (12,10) : error VBNC30203: Identifier expected.
There were 10 errors and 0 warnings.
Compilation took 00:00:00.6409270
stdout
Standard output is empty