added core.class_name module function
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-16 00:15:28 +09:00
parent 81070919d7
commit 91e1e8c9c3
8 changed files with 182 additions and 16 deletions

View File

@ -25,6 +25,10 @@ fun Collection:slice(index count) {
}
fun Class:name() {
return (core.class_name self)
}
class String: Array (a b c) {
}