fork download
  1. Imports System
  2.  
  3. Public Class Test
  4. Public Shared Sub Main()
  5. a="Mehmet"
  6. string(3,"a")
  7. End Sub
  8. 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/Pccw0q/prog.vb (5,4) : error VBNC30451: 'a' is not declared. It may be inaccessible due to its protection level.
/home/Pccw0q/prog.vb (6,9) : error VBNC99999: Some error...
/home/Pccw0q/prog.vb (6,9) : error VBNC99999: Internal compiler error close to this location
vbnc : Command line : error VBNC99999: Unexpected error: Object reference not set to an instance of an object
  at vbnc.InvocationOrIndexExpression.ResolveExpressionInternal (vbnc.ResolveInfo Info) [0x00000] in <filename unknown>:0 
  at vbnc.Expression.ResolveExpression (vbnc.ResolveInfo ResolveInfo) [0x00000] in <filename unknown>:0 
Compilation took 00:00:00.8758810
stdout
Standard output is empty