This commit is contained in:
nub31
2025-01-30 18:05:59 +01:00
parent 1f4b2a42eb
commit b6c80af6c4
11 changed files with 67 additions and 14 deletions

1
input/core/array.nub Normal file
View File

@@ -0,0 +1 @@
extern func arr_size(array: Array<Any>): int64;