Skip to content
kevinlawler edited this page Apr 21, 2011 · 4 revisions

x~y: Do the arguments match exactly? This returns a single value. Match is type-sensitive. Tolerant comparisons are used when comparing floating-point values. Compare "Equals"


  1 2 3 ~ 1 2 3
1
  1~1.0
0

Clone this wiki locally