fork download
  1. Imports System
  2.  
  3. Public Class Test
  4. Public Shared Sub Main()
  5. MsgBox("mensaje")
  6. Select TextBox1.Text Case 0 TextBox1.Text = "ClAve" Case 1 TextBox1.Text = "clave" Case 2 TextBox1.Text = "clave" Case 3 TextBox1.Text = "clave" Case 4 TextBox1.Text = "clave" Case 5 TextBox1.Text = "clave" End Select
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/mNSUcH/prog.vb (6,26) : Error VBNC30205: Expected end of statement.
Error recovery not implemented yet.
/home/mNSUcH/prog.vb (6,37) : Error VBNC30205: Expected end of statement.
/home/mNSUcH/prog.vb (6,37) : Error VBNC99997: You've encountered something in the compiler which is not implemented. Please file a bug (see instructions here: http://mono-project.com/Bugs)
/home/mNSUcH/prog.vb (6,68) : Error VBNC30205: Expected end of statement.
/home/mNSUcH/prog.vb (6,68) : Error VBNC99997: You've encountered something in the compiler which is not implemented. Please file a bug (see instructions here: http://mono-project.com/Bugs)
/home/mNSUcH/prog.vb (6,99) : Error VBNC30205: Expected end of statement.
/home/mNSUcH/prog.vb (6,99) : Error VBNC99997: You've encountered something in the compiler which is not implemented. Please file a bug (see instructions here: http://mono-project.com/Bugs)
/home/mNSUcH/prog.vb (6,130) : Error VBNC30205: Expected end of statement.
/home/mNSUcH/prog.vb (6,130) : Error VBNC99997: You've encountered something in the compiler which is not implemented. Please file a bug (see instructions here: http://mono-project.com/Bugs)
/home/mNSUcH/prog.vb (6,161) : Error VBNC30205: Expected end of statement.
/home/mNSUcH/prog.vb (6,161) : Error VBNC99997: You've encountered something in the compiler which is not implemented. Please file a bug (see instructions here: http://mono-project.com/Bugs)
/home/mNSUcH/prog.vb (6,192) : Error VBNC30205: Expected end of statement.
/home/mNSUcH/prog.vb (6,192) : Error VBNC99997: You've encountered something in the compiler which is not implemented. Please file a bug (see instructions here: http://mono-project.com/Bugs)
/home/mNSUcH/<MyGenerator> (1,11) : Error VBNC90019: Expected 'End'.
Error recovery not implemented yet.
/home/mNSUcH/<MyGenerator> (1,11) : Error VBNC90019: Expected 'End'.
Error recovery not implemented yet.
There were 15 errors and 0 warnings.
Compilation took 00:00:00.6657810
stdout
Standard output is empty