Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Revisions

1 of 2
Mama Fun Roll
  • 10k
  • 1
  • 38
  • 47

#ESMin, 15 chars / 30 bytes ïþ)Ī(ᶐ,ᶐᴙ)ᴙ≔ïþ) [Try it here (Firefox only).][1] #Explanation ïþ)Ī(ᶐ,ᶐᴙ)ᴙ≔ïþ) // implicit: ï=input, ᶐ=A-Z ïþ) // ï.toUpperCase() Ī(ᶐ,ᶐᴙ)ᴙ // transliterate input from A-Z to Z-A, then reverse ≔ïþ) // check if that's still equal to ï.toUpperCase() // implicit output [1]: http://molarmanful.github.io/ESMin/interpreter2.html?eval=false&input=ev&code=%C3%AF%C3%BE%29%C4%AA%28%E1%B6%90%2C%E1%B6%90%E1%B4%99%29%E1%B4%99%E2%89%94%C3%AF%C3%BE%29

Mama Fun Roll
  • 10k
  • 1
  • 38
  • 47

AltStyle によって変換されたページ (->オリジナル) /