diff options
author | Marvin Borner | 2024-02-29 23:28:51 +0100 |
---|---|---|
committer | Marvin Borner | 2024-02-29 23:28:51 +0100 |
commit | fe0de617cddd2dee11758788c5dc9b7a1c8f330a (patch) | |
tree | 26354608f8b8d1573e6fa593ee92460aa0616884 /std/Char.bruijn | |
parent | f3eefd551566cc07232a8c15d8162738bf1f8fec (diff) |
great changes
you gotta believe me, they're great. they're the best
Diffstat (limited to 'std/Char.bruijn')
-rw-r--r-- | std/Char.bruijn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/std/Char.bruijn b/std/Char.bruijn index a10f304..fc517b3 100644 --- a/std/Char.bruijn +++ b/std/Char.bruijn @@ -2,5 +2,7 @@ :input std/Number/Binary +:import std/Number/Conversion . + # converts a char to a balanced ternary number -number! [ternary! (0 - '0')] ⧗ Char → Number +number! [binary→ternary (0 - '0')] ⧗ Char → Number |