[Mono-bugs] [Bug 68735][Wis] New - Implement END statement (application exit)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 24 Oct 2004 17:55:51 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by rafaelteixeirabr@hotmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=68735

--- shadow/68735	2004-10-24 17:55:51.000000000 -0400
+++ shadow/68735.tmp.10702	2004-10-24 17:55:51.000000000 -0400
@@ -0,0 +1,27 @@
+Bug#: 68735
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Basic
+AssignedTo: rafaelteixeirabr@hotmail.com                            
+ReportedBy: rafaelteixeirabr@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Implement END statement (application exit)
+
+Such code must compile and execute and stop on that statement when executed
+
+Module Test
+Sub Main()
+   End   ' Must terminate execution (except with /netcf option)
+End Sub
+End Module
+
+Additional Information: