From c1ec00d5fc4bab300280f64dc55de307f860aed4 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 30 Oct 2017 14:08:23 -0700 Subject: Changed it so variables can't contain wordbreakers anymore. --- examples/how_do_i.nom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/how_do_i.nom') diff --git a/examples/how_do_i.nom b/examples/how_do_i.nom index 78a11e2..2480f72 100644 --- a/examples/how_do_i.nom +++ b/examples/how_do_i.nom @@ -203,9 +203,9 @@ rule [%what_she_said is what she said] =: #.. The language only reserves []{}().,:;% as special characters, so functions can have really funky names! -rule [>> %foo_bar $$$^ --> %@ @& _~-^-~_~-^ %1 !] =: +rule [>> %foo_bar $$$^ --> % @& _~-^-~_~-^ %1 !] =: say %foo_bar - say %@ + say % say %1 >> "wow" $$$^ --> "so flexible!" @& _~-^-~_~-^ "even numbers can be variables!" ! -- cgit v1.2.3