built in operator: sshuffle

    description:
        shuffle seq
        shuffle the given sequence

    examples:
        sshuffle ssplit[" "] |a b c d e f>
            |c> . |b> . |e> . |a> . |d> . |f>

    see also:
        shuffle

Home