From beda05c9da7e02f18db9d36673ebba68ac9a7f2f Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Mon, 8 Apr 2024 16:23:21 -0700 Subject: [PATCH] Improved hello world --- examples/hello.modal | 4 ++-- makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/hello.modal b/examples/hello.modal index f6adc9f..f58037f 100644 --- a/examples/hello.modal +++ b/examples/hello.modal @@ -1,4 +1,4 @@ -<> (lang_name) (Modal) <> (?: print) () -(Welcome to lang_name \nHave fun! \n) print +(Welcome to Modal! +Have fun.\n) print diff --git a/makefile b/makefile index 75149be..297bc15 100644 --- a/makefile +++ b/makefile @@ -12,7 +12,7 @@ run: all bin/modal test: bin/modal-debug bin/modal @ bin/modal -v @ bin/modal-debug examples/test.modal "(arg1) (arg2 (arg3))" - @ time bin/modal- examples/test.modal "(arg1) (arg2 (arg3))" + @ time bin/modal examples/test.modal "(arg1) (arg2 (arg3))" install: bin/modal cp bin/modal ~/bin/ uninstall: