aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-02-06 14:30:57 -0800
committerBruce Hill <bruce@bruce-hill.com>2019-02-06 14:30:57 -0800
commit5d5dea4639355c27aaa10d1ce3ecac5c99ad844d (patch)
tree1a9d23e2e4b6720b6ab09b65a1cfa1be0b14f135
parent6219e2ba4834b337d736280e6f7dc9ada417b7f8 (diff)
Switched to character that renders as 1-wide better.
-rw-r--r--examples/how_do_i.nom4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/how_do_i.nom b/examples/how_do_i.nom
index 210e001..5802b19 100644
--- a/examples/how_do_i.nom
+++ b/examples/how_do_i.nom
@@ -218,11 +218,11 @@ I think "chihuahuas" are worse than "corgis"
# The language only reserves []{}().,:;$\ as special characters, so actions
and variables can use symbols freely:
-(>> $(∐) @&' -->< $ @&_~-^ ⊗⊞∰ $1 !) means:
+(>> $(∐) @&' -->< $ @&_~-^ ⊗⊞√ $1 !) means:
say $(∐)
say $
say $1
->> "wow" @&' -->< "so flexible!" @&_~-^ ⊗⊞∰ "even numbers can be variables!" !
+>> "wow" @&' -->< "so flexible!" @&_~-^ ⊗⊞√ "even numbers can be variables!" !
# You can also use unicode in variable and action names:
$こんにちは = "こんにちは"