fork download
  1. Dim str As String = "Hello"
  2. Dim intLength As Integer
  3. intLength = Length(str)
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/MZH3QS/prog.vb (1,5) : error VBNC30203: Identifier expected.
/home/MZH3QS/prog.vb (2,4) : error VBNC30203: Identifier expected.
/home/MZH3QS/prog.vb (3,10) : error VBNC30203: Identifier expected.
There were 3 errors and 0 warnings.
Compilation took 00:00:00.2629550
stdout
Standard output is empty