Closed justlaugh05 closed 9 years ago
I have codes such as Eval compute in ... and Example ... to test my codes. It is ok to just leave them in the code right?
One additional question, what happens if a empty list comes into split? split nil = ?? would it be ([]. [])?
split nil = (nil, nil)
I have codes such as Eval compute in ... and Example ... to test my codes. It is ok to just leave them in the code right?
One additional question, what happens if a empty list comes into split? split nil = ?? would it be ([]. [])?