rubyx/lib/soml/parfait/class.soml

6 lines
76 B
Plaintext
Raw Normal View History

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