bit more soml
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Class < Object
|
||||
Word get_name()
|
||||
return get_internal(4)
|
||||
end
|
||||
end
|
||||
@@ -1,7 +1,7 @@
|
||||
class Layout < Object
|
||||
|
||||
Class object_class()
|
||||
get_internal(2)
|
||||
return get_internal(2)
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
class Word < Object
|
||||
end
|
||||
Reference in New Issue
Block a user