# [W](https://github.com/A-ee/w), 7 [bytes](https://github.com/A-ee/w/wiki/Code-Page) ``` ☻M:ù·±♥ ``` Uncompressed: ``` (|)D"azx ``` ## Explanation ``` % Implicit quote (|)D" % The string "(|)D" az % The last item of the input x % Where is ^ in the above string? ```