aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authors-over-42023-06-10 18:30:31 -0400
committers-over-42023-06-10 18:30:31 -0400
commitc0a2fd32d69afa8c9c5b31fa763c81fffe7f99f6 (patch)
treed6e72420439c3fded635092d903702a752043ecc /examples
parente55519fae1a4053eb7f76dbaa686353c64a8cd9f (diff)
ah
Diffstat (limited to 'examples')
-rw-r--r--examples/hello.halk11
1 files changed, 1 insertions, 10 deletions
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 #!<name># #<value># `
-#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, ';