val arr = arrayOf(true, false) _console.log(arr) arr.forEach { _console.log(it) }