aboutsummaryrefslogtreecommitdiff
path: root/examples/preprocessor.halk
diff options
context:
space:
mode:
authorc+12023-10-12 21:02:04 -0400
committerc+12023-10-12 21:02:04 -0400
commit85bb2db8dee7898c890f5d1fc0b3874bee3d88ba (patch)
tree384109ce9295a9c6ce0791993a8c9314c516d781 /examples/preprocessor.halk
parent58c7a71a50318940e747c365cc3f207dba432977 (diff)
update examples
Diffstat (limited to 'examples/preprocessor.halk')
-rw-r--r--examples/preprocessor.halk4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/preprocessor.halk b/examples/preprocessor.halk
index d68748e..9e3f6b5 100644
--- a/examples/preprocessor.halk
+++ b/examples/preprocessor.halk
@@ -19,11 +19,11 @@
#ddo# #BSD# #inc# #bsd_support.halk#
#udo# #OS# #
- some-error-func."os not specified";
+ some_error_func."os not specified";
#
#def# #OSTYPE# #
os/shell."sysctl kernel.ostype"
#
-io/print.#OSTYPE#
+stdio/pln.#OSTYPE#