All pastes #2093478 Raw Edit

Stuff

public text v1 · immutable
#2093478 ·published 2011-11-10 03:58 UTC
rendered paste body
Input:
(displist '(((3 . 4)(6 8 12))(2 13 (4 . 1))))

Output:
(
    (
        (
            3
            .
            4
        )
        (
            6
            8
        (
            12
        )
    )
    (
        2
        13
    (
        (
            4
            .
            1
        )
    )
)