fork download
  1. Dim q as integer
  2.  
  3. For a = 1 To 6 step 1 ’ to make it count by 2’s use for a = 1 to 6 step 2
  4. Console.WriteLine(a)
  5. Next a
  6. Console.ReadLine()
  7. End Sub
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/M1MojG/prog.vb (1,6) : error VBNC30203: Identifier expected.
/home/M1MojG/prog.vb (3,12) : error VBNC30203: Identifier expected.
/home/M1MojG/prog.vb (4,24) : error VBNC30203: Identifier expected.
/home/M1MojG/prog.vb (5,18) : error VBNC30203: Identifier expected.
/home/M1MojG/prog.vb (6,16) : error VBNC30203: Identifier expected.
/home/M1MojG/prog.vb (7,8) : error VBNC30203: Identifier expected.
There were 6 errors and 0 warnings.
Compilation took 00:00:00.5982980
stdout
Standard output is empty