From c0a2fd32d69afa8c9c5b31fa763c81fffe7f99f6 Mon Sep 17 00:00:00 2001 From: s-over-4 Date: Sat, 10 Jun 2023 18:30:31 -0400 Subject: ah --- examples/hello.halk | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'examples') diff --git a/examples/hello.halk b/examples/hello.halk index 5ff4a0b..0bd40fe 100644 --- a/examples/hello.halk +++ b/examples/hello.halk @@ -1,14 +1,5 @@ -` comments in backticks ` -` preprocessor directives ` -#!PI# #3.14159# ` define macros with #!# ## ` -#IFNDEF# #HELLO# ` predefined macros are: IF, AND, OR, NOT, ELIF, ELSE, FI, INCLUDE ` - #HELLO# ` HELLO defined ` -#ENDIF# - -#INCLUDE# #io# ` include the 'io' header ` - -` source code begins here ` +:str:hello = 'qwertyuiopasdfghjklzxcvbnm1234567890lakjsdhfpqiuelljaksdfbvvvviu3o4448y5o23ilfn'; :str:hello = 'hello, '; -- cgit v1.2.3