fork download
  1. Imports System
  2.  
  3. ''' <summary>
  4. ''' StatusLight update with USB writes
  5. ''' </summary>
  6. ''' <remarks>
  7. ''' List of variables needed
  8. ''' _isAudioTriggered
  9. ''' _isDecayOfftimerEnabled
  10. ''' _isFlashPulseHigh
  11. ''' _isFlashEnabled
  12. ''' _redLed
  13. ''' _greenLed
  14. ''' _blueLed
  15. ''' _isSteadyOn
  16. ''' </remarks>
  17.  
  18. Partial Public Class MainForm
  19. msgbox("Test")
  20. End Class
  21.  
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/MFPglz/prog.vb (19,8) : Error VBNC90019: Expected 'End'.
Error recovery not implemented yet.
/home/MFPglz/prog.vb (19,8) : Error VBNC30205: Expected end of statement.
Error recovery not implemented yet.
/home/MFPglz/prog.vb (19,8) : Error VBNC30203: Not valid as identifier.
/home/MFPglz/prog.vb (20,10) : Error VBNC30203: Not valid as identifier.
There were 4 errors and 0 warnings.
Compilation took 00:00:00.6490080
stdout
Standard output is empty