fork download
  1. Module Module1
  2. Sub Main()
  3. Dim intLoopIndex As Integer
  4. For intLoopIndex = 0 To 3 step4
  5. System.Console.WriteLine("Hello from Visual Basic")
  6. Next intLoopIndex
  7. End Sub
  8. End Module
  9.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Visual Basic.Net Compiler version 0.0.0.5914 (Mono 2.4.2 - r)
Copyright (C) 2004-2008 Rolf Bjarne Kvinge. All rights reserved.


/home/V1mPjB/prog.vb (4,40) : Error VBNC30205: Expected end of statement.
Error recovery not implemented yet.
There were 1 errors and 0 warnings.
Compilation took 00:00:00.6509600
stdout
Standard output is empty