Jalih, thanks for your example, that's pretty cool!
So 8th automatically pipes the output of a command or file to the next command, right?
At first glance it's kind of cryptic, but when I thought about how you can pipe the output of a command to another command in shell scripting or Powershell, your code made perfect sense.
What does the trailing DOT mean, though? I do like how concise/compact 8th code is, btw!
Without checking the docs, am I correct in thinking that f: is for file related functions and s: is for strings?
AIR.