rubyx/lib/soml/parfait/class.soml

6 lines
76 B
Plaintext
Raw Normal View History

2015-11-07 23:54:47 +01:00
class Class < Object
Word get_name()
return get_internal(4)
end
end