This commit is contained in:
@ -24,12 +24,10 @@ fun Collection:slice(index count) {
|
||||
return (arr.slice self index count)
|
||||
}
|
||||
|
||||
|
||||
fun Class:name() {
|
||||
return (core.class_name self)
|
||||
}
|
||||
|
||||
|
||||
class String: Array (a b c) {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user