:$ a - b return("generic minus") :$ a::is string - b::is string return(a + " minus " + b) | {2-5} | {"heh"-"lol"} | {[]-[]}