fork download
  1. Imports System
  2.  
  3. Public Class Test
  4. Public Shared Sub Main()
  5. ' your code goes here
  6.  
  7.  
  8. Dim i1 as integer
  9. Dim i2 as integer
  10. Dim i3 as integer
  11. Dim i4 as integer
  12. Dim i5 as integer
  13. Dim i6 as integer
  14. Dim i7 as integer
  15. Dim i8 as integer
  16.  
  17. For i1 = 0 To 1
  18. For i2 = 0 To 1
  19. For i3 = 0 To 1
  20. For i4 = 0 To 1
  21. For i5 = 0 To 1
  22. For i6 = 0 To 1
  23. For i7 = 0 To 1
  24. For i8 = 0 To 1
  25. Console.WriteLine(Chr$(48 + i1) _
  26. & Chr$(48 + i2) _
  27. & Chr$(48 + i3) _
  28. & Chr$(48 + i4) _
  29. & Chr$(48 + i5) _
  30. & Chr$(48 + i6) _
  31. & Chr$(48 + i7) _
  32. & Chr$(48 + i8)
  33. Next i8)
  34. Next i7
  35. Next i6
  36. Next i5
  37. Next i4
  38. Next i3
  39. Next i2
  40. Next i1
  41.  
  42. End Sub
  43. 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/k1AwVx/prog.vb (33,37) : error VBNC90019: Expected ')'.
/home/k1AwVx/prog.vb (33,37): Compiler error around this location, the compiler hasn't implemented the error message, nor error recovery, so the compiler will probably crash soon.
   at vbnc.Helper.ErrorRecoveryNotImplemented(Span Location)
   at vbnc.Parser.ParseInvocationOrIndexExpression(vbnc.ParsedObject Parent, vbnc.Expression First)
   at vbnc.Parser.ParseIdentifier(vbnc.ExpressionParseInfo Info)
   at vbnc.Parser.ParseExponent(vbnc.ExpressionParseInfo Info)
   at vbnc.Parser.ParseUnaryPlusMinus(vbnc.ExpressionParseInfo Info)
   at vbnc.Parser.ParseMultDiv(vbnc.ExpressionParseInfo Info)
   at vbnc.Parser.ParseIntDiv(vbnc.ExpressionParseInfo Info)
   at vbnc.Parser.ParseMod(vbnc.ExpressionParseInfo Info)
   at vbnc.Parser.ParsePlusMinus(vbnc.ExpressionParseInfo Info)
   at vbnc.Parser.ParseConcat(vbnc.ExpressionParseInfo Info)
   at vbnc.Parser.ParseBitshift(vbnc.ExpressionParseInfo Info)
   at vbnc.Parser.ParseComparison(vbnc.ExpressionParseInfo Info)
   at vbnc.Parser.ParseNot(vbnc.ExpressionParseInfo Info)
   at vbnc.Parser.ParseAnd_AndAlso(vbnc.ExpressionParseInfo Info)
   at vbnc.Parser.ParseOr_OrElse_Xor(vbnc.ExpressionParseInfo Info)
   at vbnc.Parser.ParseExpression(vbnc.ExpressionParseInfo Info)
   at vbnc.Parser.ParseCodeBlock(vbnc.ParsedObject Parent, Boolean IsOneLiner)
   at vbnc.Parser.ParseForStatement(vbnc.ParsedObject Parent, Boolean IsOneLiner)
   at vbnc.Parser.ParseCodeBlock(vbnc.ParsedObject Parent, Boolean IsOneLiner)
   at vbnc.Parser.ParseForStatement(vbnc.ParsedObject Parent, Boolean IsOneLiner)
   at vbnc.Parser.ParseCodeBlock(vbnc.ParsedObject Parent, Boolean IsOneLiner)
   at vbnc.Parser.ParseForStatement(vbnc.ParsedObject Parent, Boolean IsOneLiner)
   at vbnc.Parser.ParseCodeBlock(vbnc.ParsedObject Parent, Boolean IsOneLiner)
   at vbnc.Parser.ParseForStatement(vbnc.ParsedObject Parent, Boolean IsOneLiner)
   at vbnc.Parser.ParseCodeBlock(vbnc.ParsedObject Parent, Boolean IsOneLiner)
   at vbnc.Parser.ParseForStatement(vbnc.ParsedObject Parent, Boolean IsOneLiner)
   at vbnc.Parser.ParseCodeBlock(vbnc.ParsedObject Parent, Boolean IsOneLiner)
   at vbnc.Parser.ParseForStatement(vbnc.ParsedObject Parent, Boolean IsOneLiner)
   at vbnc.Parser.ParseCodeBlock(vbnc.ParsedObject Parent, Boolean IsOneLiner)
   at vbnc.Parser.ParseForStatement(vbnc.ParsedObject Parent, Boolean IsOneLiner)
   at vbnc.Parser.ParseCodeBlock(vbnc.ParsedObject Parent, Boolean IsOneLiner)
   at vbnc.Parser.ParseForStatement(vbnc.ParsedObject Parent, Boolean IsOneLiner)
   at vbnc.Parser.ParseCodeBlock(vbnc.ParsedObject Parent, Boolean IsOneLiner)
   at vbnc.Parser.ParseSubDeclaration(vbnc.TypeDeclaration Parent, vbnc.ParseAttributableInfo Info)
   at vbnc.Parser.ParseTypeMembers(vbnc.TypeDeclaration Parent)
   at vbnc.Parser.ParseClassDeclaration(vbnc.ParsedObject Parent, vbnc.Attributes Attributes, System.String Namespace)
   at vbnc.Parser.ParseTypeDeclaration(vbnc.ParsedObject Parent, vbnc.Attributes Attributes, System.String Namespace)
   at vbnc.Parser.ParseAssemblyMembers(vbnc.AssemblyDeclaration Parent, System.String RootNamespace)
   at vbnc.Parser.ParseAssemblyDeclaration(System.String RootNamespace, vbnc.AssemblyDeclaration assembly)
   at vbnc.Parser.Parse(System.String RootNamespace, vbnc.AssemblyDeclaration assembly)
   at vbnc.Compiler.Compile_Parse()
   at vbnc.Compiler.Compile()
   at vbnc.Compiler.Compile(System.String[] CommandLine)
   at vbnc.Main.Main(System.String[] CmdArgs)
/home/k1AwVx/prog.vb (33,41) : error VBNC30084: CHANGEME
/home/k1AwVx/prog.vb (33,41) : error VBNC30084: CHANGEME
/home/k1AwVx/prog.vb (33,41) : error VBNC30084: CHANGEME
/home/k1AwVx/prog.vb (33,41) : error VBNC30084: CHANGEME
/home/k1AwVx/prog.vb (33,41) : error VBNC30084: CHANGEME
/home/k1AwVx/prog.vb (33,41) : error VBNC30084: CHANGEME
/home/k1AwVx/prog.vb (33,41) : error VBNC30084: CHANGEME
/home/k1AwVx/prog.vb (33,41) : error VBNC90019: Expected 'End'.
/home/k1AwVx/prog.vb (34,33) : error VBNC90019: Expected 'End'.
/home/k1AwVx/prog.vb (35,29) : error VBNC30203: Identifier expected.
/home/k1AwVx/prog.vb (36,25) : error VBNC30203: Identifier expected.
/home/k1AwVx/prog.vb (37,21) : error VBNC30203: Identifier expected.
/home/k1AwVx/prog.vb (38,17) : error VBNC30203: Identifier expected.
/home/k1AwVx/prog.vb (39,13) : error VBNC30203: Identifier expected.
/home/k1AwVx/prog.vb (40,9) : error VBNC30203: Identifier expected.
/home/k1AwVx/prog.vb (42,9) : error VBNC30203: Identifier expected.
/home/k1AwVx/prog.vb (43,10) : error VBNC30203: Identifier expected.
There were 18 errors and 0 warnings.
Compilation took 00:00:00.6512190
stdout
Standard output is empty