Skip to main content
3 of 3
-2 bytes
Jo King
  • 48.1k
  • 6
  • 131
  • 187

Husk, 6 4 bytes

-2 bytes thanks to Razetime!

ETC2 

Try it online!

Hooray for all ASCII solutions! Outputs a positive number if the input is doublespeak, otherwise zero.

 C2 Cut list into chunks of 2 T Transpose E Check if list has all the same elements (return length of list if so) 
Jo King
  • 48.1k
  • 6
  • 131
  • 187