Massaging output of 50g's FACTORS command
|
01-04-2015, 09:58 AM
(This post was last modified: 01-04-2015 10:23 AM by Gilles.)
Post: #8
|
|||
|
|||
RE: Massaging output of 50g's FACTORS command
I wondered if it was possible to split a list with only one DOSUBS and found this way :
Code: 1. « NSUB 1. == {{}{} ROT} IFT + SWAP » DOSUBS {"a" "b" "c" "d" "e" "f" "g" "h" } -> { { "b" "d" "f" "h" } { "a" "c" "e" "g" } } And to get the result in right order both with odd or even number of elements in the list Code:
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Massaging output of 50g's FACTORS command - Peter Murphy - 01-03-2015, 07:12 AM
RE: Massaging output of 50g's FACTORS command - Gilles - 01-03-2015, 03:08 PM
RE: Massaging output of 50g's FACTORS command - Peter Murphy - 01-03-2015, 05:27 PM
RE: Massaging output of 50g's FACTORS command - Gilles - 01-03-2015, 09:16 PM
RE: Massaging output of 50g's FACTORS command - C.Ret - 01-03-2015, 05:32 PM
RE: Massaging output of 50g's FACTORS command - Peter Murphy - 01-03-2015, 06:16 PM
RE: Massaging output of 50g's FACTORS command - Peter Murphy - 01-03-2015, 09:35 PM
RE: Massaging output of 50g's FACTORS command - Gilles - 01-04-2015 09:58 AM
RE: Massaging output of 50g's FACTORS command - Han - 01-07-2015, 10:12 PM
RE: Massaging output of 50g's FACTORS command - Gerald H - 01-08-2015, 11:11 AM
|
User(s) browsing this thread: 1 Guest(s)