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/step0_repl.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vb/step0_repl.vb') diff --git a/vb/step0_repl.vb b/vb/step0_repl.vb index ab8fe5e..f53f378 100644 --- a/vb/step0_repl.vb +++ b/vb/step0_repl.vb @@ -2,7 +2,7 @@ Imports System Imports Mal Namespace Mal - class step0_repl + Class step0_repl ' read Shared Function READ(str As String) As String Return str @@ -39,5 +39,5 @@ Namespace Mal Loop While True Return 0 End function - end class + End Class End Namespace -- cgit v1.2.3