how to divide expression into two by element? #2434
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
acekingke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a question, given a '(a b c d) , I want use 'b to divide the list to two parts, as '(a ) , '(c d)
Beta Was this translation helpful? Give feedback.
All reactions