diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-02-06 14:30:57 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-02-06 14:30:57 -0800 |
| commit | 5d5dea4639355c27aaa10d1ce3ecac5c99ad844d (patch) | |
| tree | 1a9d23e2e4b6720b6ab09b65a1cfa1be0b14f135 /examples/how_do_i.nom | |
| parent | 6219e2ba4834b337d736280e6f7dc9ada417b7f8 (diff) | |
Switched to character that renders as 1-wide better.
Diffstat (limited to 'examples/how_do_i.nom')
| -rw-r--r-- | examples/how_do_i.nom | 4 |
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: $こんにちは = "こんにちは" |
