fork download
  1. Imports System
  2.  
  3. Public Class Test
  4.  
  5. dim q as integer
  6.  
  7. For a = 1 To 6
  8. Console.WriteLine(a)
  9. Next a
  10. Console.ReadLine()
  11.  
  12. 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/Kc6j7Z/prog.vb (7,12) : error VBNC90019: Expected 'End'.
/home/Kc6j7Z/prog.vb (8,24) : error VBNC30203: Identifier expected.
/home/Kc6j7Z/prog.vb (9,18) : error VBNC30203: Identifier expected.
/home/Kc6j7Z/prog.vb (10,16) : error VBNC30203: Identifier expected.
/home/Kc6j7Z/prog.vb (12,10) : error VBNC30203: Identifier expected.
There were 5 errors and 0 warnings.
Compilation took 00:00:00.6041490
stdout
Standard output is empty