fork download
  1. public function gg (optional byval v as integer = 33) as integer
  2. dim je as integer = 22
  3. gg = v + 1
  4. return je = 22
  5. end function
  6. msgbox(gg())
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Visual Basic.Net Compiler version 0.0.0.5914 (Mono 2.4.2 - r)
Copyright (C) 2004-2008 Rolf Bjarne Kvinge. All rights reserved.


/home/vm4oOH/prog.vb (1,17) : Error VBNC30203: Not valid as identifier.
/home/vm4oOH/prog.vb (2,4) : Error VBNC30203: Not valid as identifier.
/home/vm4oOH/prog.vb (3,3) : Error VBNC30203: Not valid as identifier.
/home/vm4oOH/prog.vb (4,7) : Error VBNC30203: Not valid as identifier.
/home/vm4oOH/prog.vb (5,13) : Error VBNC30203: Not valid as identifier.
/home/vm4oOH/prog.vb (6,7) : Error VBNC30203: Not valid as identifier.
There were 6 errors and 0 warnings.
Compilation took 00:00:00.6833900
stdout
Standard output is empty