add soft spaces between groups of digits

This commit is contained in:
Krasimir Angelov
2023-11-04 19:24:15 +01:00
parent a9b5848a5f
commit c5e62b1614

View File

@@ -196,7 +196,7 @@ lin pot5decimal d = {
oper
spaceIf : DTail -> Str = \t -> case t of {
T3 => SOFT_BIND ;
T3 => SOFT_SPACE ;
_ => BIND
} ;