fork download
  1. Imports System
  2.  
  3. Sub Main
  4. For a = 1 To 6 step 1
  5. Console.ReadLine()
  6. end sub
  7. 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/vbDU9K/prog.vb (3,4) : error VBNC30203: Identifier expected.
/home/vbDU9K/prog.vb (4,7) : error VBNC30203: Identifier expected.
/home/vbDU9K/prog.vb (5,16) : error VBNC30203: Identifier expected.
/home/vbDU9K/prog.vb (6,16) : error VBNC30203: Identifier expected.
/home/vbDU9K/prog.vb (7,10) : error VBNC30203: Identifier expected.
There were 5 errors and 0 warnings.
Compilation took 00:00:00.6158170
stdout
Standard output is empty