3 lines
83 B
Text
3 lines
83 B
Text
@(bind foo ((1) 2 ((3 4) 5) ((())) (((6))) 7 8 ()))
|
|
@(bind bar foo)
|
|
@(flatten bar)
|