View Single Post
Old 06-27-2018, 02:30 PM   #11
mschnell
Human being with feelings
 
mschnell's Avatar
 
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 14,773
Default

c = a ~ b; and c ~= b; do compile.

In format type functions the float values are internally converted to integers etc if the specifier requests this.

(Same happens for array indexes, of course.)

-Michael
mschnell is offline   Reply With Quote