[Mono-bugs] [Bug 55660][Wis] New - Need to implement #Const preprocessor directive (like #define)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 16 Mar 2004 11:18:18 -0500 (EST)


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=55660

--- shadow/55660	2004-03-16 11:18:18.000000000 -0500
+++ shadow/55660.tmp.19110	2004-03-16 11:18:18.000000000 -0500
@@ -0,0 +1,59 @@
+Bug#: 55660
+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: Need to implement #Const preprocessor directive (like #define)
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+mbas doesn't accept code like
+
+#Const A = True
+#Const B = False
+Class C
+#If A Then
+    Sub F()
+    End Sub
+#Else
+    Sub G()
+    End Sub
+#End If
+#If B Then
+    Sub H()
+    End Sub
+#Else
+    Sub I()
+    End Sub
+#End If
+End Class
+
+
+
+Steps to reproduce the problem:
+1. 
+2. 
+3. 
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen? 
+
+
+Additional Information: