From 55abe555544796660fe15e6885dd08c6c5e1c5dd Mon Sep 17 00:00:00 2001 From: TudbuT Date: Mon, 6 Mar 2023 17:09:01 +0100 Subject: [PATCH] add repl welcome msg --- repl.spl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/repl.spl b/repl.spl index c900e28..5099906 100644 --- a/repl.spl +++ b/repl.spl @@ -1,5 +1,8 @@ func main { mega | with args ; + "Welcome to the SPL REPL!" println + "Enter any code after the cursor to execute it.\n" println + "REPL" =program-name while { 1 } { catch {