``` fsharp > let result = 32 |> square |> toStr |> reverse;; val it : string = "4201" ``` `it` is wrong. `result` is correct.