17 lines
231 B
Plaintext
17 lines
231 B
Plaintext
:arf
|
|
require './something'
|
|
---
|
|
|
|
type ro aBasicInt:Int 5
|
|
|
|
type ro bOnBasicInt:aBasicInt
|
|
|
|
type ro cBasicObject:Obj
|
|
ro that:UInt
|
|
ro this:Int
|
|
|
|
type ro dInheritedFromOther:something.Thing
|
|
|
|
type ro eInheritObject:cBasicObject
|
|
rw that
|