add repl welcome msg

This commit is contained in:
Daniella / Tove 2023-03-06 17:09:01 +01:00
parent fa79061660
commit 55abe55554
Signed by: TudbuT
GPG key ID: 7D63D5634B7C417F

View file

@ -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 {