Open Sponk opened 8 years ago
That's necessary for many functions that output string data to any destination.
Example: (print "Hello World\n") actually means (print "Hello World\n") right now which prints \n as two characters instead of the desired newline.
That's necessary for many functions that output string data to any destination.
Example: (print "Hello World\n") actually means (print "Hello World\n") right now which prints \n as two characters instead of the desired newline.