aboutsummaryrefslogtreecommitdiff
path: root/examples/hello.halk
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello.halk')
-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, ';