From 5d5dea4639355c27aaa10d1ce3ecac5c99ad844d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 6 Feb 2019 14:30:57 -0800 Subject: [PATCH] Switched to character that renders as 1-wide better. --- examples/how_do_i.nom | 4 ++-- 1 file 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: $こんにちは = "こんにちは"