added core.class_name module function
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -25,6 +25,10 @@ fun Collection:slice(index count) {
|
||||
}
|
||||
|
||||
|
||||
fun Class:name() {
|
||||
return (core.class_name self)
|
||||
}
|
||||
|
||||
|
||||
class String: Array (a b c) {
|
||||
}
|
||||
|
Reference in New Issue
Block a user