From aaba249304b184e12e2445ab22d66df1f39a51a5 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Sat, 15 Nov 2014 23:51:59 -0600 Subject: VB.Net, C#: fix cmd line arg handling with --raw --- vb/step2_eval.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vb/step2_eval.vb') diff --git a/vb/step2_eval.vb b/vb/step2_eval.vb index 70bc5e3..6e45efe 100644 --- a/vb/step2_eval.vb +++ b/vb/step2_eval.vb @@ -11,7 +11,7 @@ Imports MalHashMap = Mal.types.MalHashMap Imports MalFunc = Mal.types.MalFunc Namespace Mal - class step2_eval + Class step2_eval ' read Shared Function READ(str As String) As MalVal Return reader.read_str(str) @@ -130,5 +130,5 @@ Namespace Mal End Try Loop While True End function - end class + End Class End Namespace -- cgit v1.2.3