def arr = $arrays.floatArrayOf(1f, 2f, 3f) $console.log(arr) $objectWrappers.wrap(arr).forEach { $console.log(it) }