!7 p { float f = -100.345f; print(struct(f)); O o = unstruct(struct(f)); print(o); assertTrue(o instanceof Float); }