Well, split does not return a tuple, it returns a seq. So it can return any 
amount, and cannot ensure that it would be two.

Also, `echo "Enter a file's path > " let file_path = readLine(stdin)` should 
not be together on the same line

Reply via email to