I'm just going to assume this isn't a bug and there's a logical explanation i haven't figured out.
However, I do think it's quite strange that we can echo :u8 to a file and it outputs to console fine, but doing the same thing to the clipboard results in a failure of sorts. Maybe there's something i didn't consider.
I also don't quite get why there is a >:u8 and a |:u8 but not a <:u8 ... again, i'm sure there's a logical reason.
![1730414295805.webp 1730414295805.webp]()
Read more
However, I do think it's quite strange that we can echo :u8 to a file and it outputs to console fine, but doing the same thing to the clipboard results in a failure of sorts. Maybe there's something i didn't consider.
I also don't quite get why there is a >:u8 and a |:u8 but not a <:u8 ... again, i'm sure there's a logical reason.
C:\>echo > foo %+ type foo
??
...Read more