fork download
  1. Imports System
  2.  
  3. Public Class Test
  4. Public Shared Sub Main()
  5. dim q as integer
  6.  
  7. For a = 1 To 6 step 1
  8. Console.WriteLine(a)
  9. Next a
  10. Console.ReadLine()
  11. End Sub
  12.  
  13. End Class
Compilation error #stdin compilation error #stdout 0s 0KB
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/VMzGpI/prog.vb (7,16) : error VBNC30451: 'a' is not declared. It may be inaccessible due to its protection level.
/home/VMzGpI/prog.vb (5,8) : warning VBNC42024: Unused local variable: 'q'.
There were 1 errors and 1 warnings.
Compilation took 00:00:00.9650050
stdout
Standard output is empty