VB.Net, C#: fix cmd line arg handling with --raw
[jackhill/mal.git] / vb / step4_if_fn_do.vb
index 2f5e16a..4cf8721 100644 (file)
@@ -12,7 +12,7 @@ Imports MalFunc = Mal.types.MalFunc
 Imports MalEnv = Mal.env.Env
 
 Namespace Mal
-    class step4_if_fn_do
+    Class step4_if_fn_do
         ' read
         Shared Function READ(str As String) As MalVal
             Return reader.read_str(str)
@@ -185,5 +185,5 @@ Namespace Mal
                 End Try
             Loop While True
         End function
-    end class
+    End Class
 End Namespace