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