-
In slack today, I said "AR >> VR" Dev responds:
print("AR" > "VR")--> false I tell them that comparison doesn't take into account pronouncing "AR" with a long "A"print("ĀR" > "VR")--> true QED
print("AR" > "VR") --> false
I tell them that comparison doesn't take into account pronouncing "AR" with a long "A"
print("ĀR" > "VR") --> true
QED