removed the arr module
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-02 00:34:42 +09:00
parent e2864bab55
commit bad79feacb
9 changed files with 40 additions and 332 deletions

View File

@ -110,8 +110,9 @@ fun X:xxx() { ##ERROR: exception not handled - "not class"
## you can't place an item in the arrya at all.
fun Array:*boom() {
arr.put self 0 10 ##ERROR: exception not handled - "array index 0 out of bounds for array of size 0"
core.put self 0 10 ##ERROR: exception not handled - "position(0) out of range - negative or greater than or equal to 0"
printf "%O" self
return self
}
Array:boom