val arr = longArrayOf(1L, 2L, 3L) _console.log(arr) arr.forEach { _console.log(it) }