fork download
  1. Imports System
  2.  
  3. Public Class Test
  4. Public Shared Sub Main()
  5. Dim Texto As String = "if "esse campo tem espaços" = true"
  6. Console.WriteLine(Texto)
  7. End Sub
  8. End Class
Compilation error #stdin compilation error #stdout 0.03s 24112KB
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/LGRQ2A/prog.vb (5,37) : error VBNC30205: End of statement expected.
/home/LGRQ2A/prog.vb (5,37) : error VBNC90019: Expected 'End'.
/home/LGRQ2A/prog.vb (6,10) : error VBNC90019: Expected 'End'.
/home/LGRQ2A/prog.vb (7,9) : error VBNC30203: Identifier expected.
/home/LGRQ2A/prog.vb (8,10) : error VBNC30203: Identifier expected.
There were 5 errors and 0 warnings.
Compilation took 00:00:00.6507300
stdout
Standard output is empty