add repl welcome msg
This commit is contained in:
parent
fa79061660
commit
55abe55554
1 changed files with 3 additions and 0 deletions
3
repl.spl
3
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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue