fork download
  1. Imports System
  2.  
  3. Public Class Test
  4. Public Shared Sub Main()
  5. Dim I As Integer
  6. For I = 0 To 10
  7. Print I
  8. Next
  9. End Sub
  10. End Class
Compilation error #stdin compilation error #stdout 0.01s 23984KB
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/joiLCi/prog.vb (7,10) : error VBNC30205: End of statement expected.
/home/joiLCi/prog.vb (7,10) : error VBNC30084: CHANGEME
/home/joiLCi/prog.vb (7,10) : error VBNC90019: Expected 'End'.
/home/joiLCi/prog.vb (8,7) : error VBNC90019: Expected 'End'.
/home/joiLCi/prog.vb (9,9) : error VBNC30203: Identifier expected.
/home/joiLCi/prog.vb (10,10) : error VBNC30203: Identifier expected.
There were 6 errors and 0 warnings.
Compilation took 00:00:00.6610880
stdout
Standard output is empty