@@ -381,7 +381,7 @@ export const jGlyphs = {
381381 // Comparison
382382 '<' , '=' , '>' ,
383383 // Structural
384- '$' , '~' , ' |', ',' , ';' , '#' ,
384+ '$' , '|' , ',' , ';' , '#' ,
385385 // Selection/indexing
386386 '{' , '}' , '[' , ']' ,
387387 // Other
@@ -394,7 +394,7 @@ export const jGlyphs = {
394394 // Arithmetic extensions
395395 '+.' , '+:' , '*.' , '*:' , '-.' , '-:' , '%.' , '%:' ,
396396 // Power/Log
397- '^.' , '^:' ,
397+ '^.' ,
398398 // Structural
399399 '$.' , '$:' , '|.' , '|:' ,
400400 // Tally/Copy/Base
@@ -416,7 +416,9 @@ export const jGlyphs = {
416416 '!.' ,
417417 // Named primitives
418418 'i.' , 'i:' , 'j.' , 'o.' , 'p.' , 'p:' , 'q:' , 'r.' ,
419- 'A.' , 'C.' , 'e.' , 'E.' , 'I.' , 'L.' , 's:' , 'u:' , 'x:'
419+ 'A.' , 'C.' , 'e.' , 'E.' , 'I.' , 'L.' , 's:' , 'u:' , 'x:' ,
420+ // Grade Up/Down
421+ '/:' , '\\:'
420422 ] ,
421423 // Adverbs (1-modifiers) - green
422424 monadic : [
@@ -426,7 +428,6 @@ export const jGlyphs = {
426428 '~' // Reflex/Passive
427429 ] ,
428430 adverbDigraphs : [
429- '/:' , '\\:' , // Grade Up/Down
430431 'b.' , 'f.' , 'M.' , // Boolean, Fix, Memo
431432 't.' , 't:' // Taylor
432433 ] ,
0 commit comments