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