File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed
Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -308,32 +308,3 @@ sub bracketleft.case @All @All @All @All @All @All bracketright' by bracketright
308308
309309# END case
310310# -------------------------------------------------------------------------------------
311- # BEGIN NxN
312- # x surrounded by numbers, e.g:
313- # 3x4 -> 3×4
314- # 10x20 -> 10×20
315- # 0x10 -> 0x10 No substitution
316- #
317- @NumNoZero = [
318- one two three four five
319- six seven eight nine one.ss01
320- three.1 four.ss01 six.ss01 nine.ss01
321-
322- one.tf two.tf three.tf four.tf five.tf
323- six.tf seven.tf eight.tf nine.tf one.tf.ss01
324- three.1.tf four.tf.ss01 six.tf.ss01 nine.tf.ss01
325- ];
326-
327- sub @NumNoZero x' @Numeral by multiply.case ; # "3x9" "1x0"
328- sub @Numeral @Numeral x' @Numeral by multiply.case ; # "10x0"
329-
330- sub @NumNoZero @Whitespace x' @Numeral by multiply.case ; # "3 x9" "1 x0"
331- sub @NumNoZero @Whitespace x' @Whitespace @Numeral by multiply.case ; # "3 x 9" "1 x 0"
332- sub @NumNoZero x' @Whitespace @Numeral by multiply.case ; # "3x 9" "1x 0"
333-
334- sub @Numeral @Numeral @Whitespace x' @Numeral by multiply.case ; # "10 x0"
335- sub @Numeral @Numeral @Whitespace x' @Whitespace @Numeral by multiply.case ; # "10 x 0"
336- sub @Numeral @Numeral x' @Whitespace @Numeral by multiply.case ; # "10x 0"
337-
338- # END NxN
339- # -------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments