Hello, I'm trying to sort a list in Sal, and the function fails with the error "illegal statement" for: sort (x, <) while this works in Scheme with: (sort x < ) Am I using incorrect syntax? Thanks, Joel