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