From d83d37ecd5682252f85af099c3353525f1cb1394 Mon Sep 17 00:00:00 2001 From: c+1 Date: Mon, 22 May 2023 15:58:13 -0400 Subject: yay :) --- examples/hello.halk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/hello.halk') diff --git a/examples/hello.halk b/examples/hello.halk index 8b6b038..719ba93 100644 --- a/examples/hello.halk +++ b/examples/hello.halk @@ -1,9 +1,9 @@ ` comments in backticks ` ` preprocessor directives ` -#INCLUDE.'math', 'm'; ` bring the math library into scope, under the namespace 'm' ` -#INCLUDE.'io', ''; ` bring the io library into global scope (with no namespace) ` - +#INCLUDE##math# +#INCLUDE##io# +` source code begins here ` str:hello = 'hello, '; ` variables must be given a value at declaration ` -- cgit v1.2.3