fork download
  1. Imports System
  2.  
  3. Public Class Test
  4. Public Shared Sub Main()
  5. ' your code goes here
  6.  
  7. dim nomo1 as arraylist
  8.  
  9. nomo1.add("1")
  10.  
  11. Console.WriteLine (nomo1)
  12.  
  13.  
  14. End Sub
  15. End Class
Compilation error #stdin compilation error #stdout 0s 131520KB
stdin
Standard input is empty
compilation info
Visual Basic.Net Compiler version 0.0.0.5943 (Mono 4.0.1 - tarball)
Copyright (C) 2004-2010 Rolf Bjarne Kvinge. All rights reserved.

/home/HOgjMO/prog.vb (7,25) : error VBNC30451: 'arraylist' is not declared. It may be inaccessible due to its protection level.
There were 1 errors and 0 warnings.
Compilation took 00:00:00.2956260
stdout
Standard output is empty