mirror of
https://github.com/izzy2lost/shinobu.git
synced 2026-03-26 16:50:24 -07:00
c0083c0f90
This also ignores `.out` files in the file format static checks.
6 lines
172 B
GDScript
6 lines
172 B
GDScript
func test():
|
|
var array = [[[[[[[[[[15]]]]]]]]]]
|
|
print(array[0][0][0][0][0][0][0][0])
|
|
print(array[0][0][0][0][0][0][0][0][0])
|
|
print(array[0][0][0][0][0][0][0][0][0][0])
|