Added some permission checks

This commit is contained in:
2022-10-13 02:20:47 -04:00
parent ae50fab159
commit b8693af68b
4 changed files with 53 additions and 3 deletions

View File

@@ -10,7 +10,11 @@ type ro cBasicObject:Obj
ro that:UInt
ro this:Int
type ro dInheritedFromOther:something.Thing
type ro dInheritFromOther:something.aBasic
type ro eInheritObject:cBasicObject
rw that
ro that 5
type ro dInheritObjectFromOther:something.bBird
ro wing 2
ro beak:Int 238

View File

@@ -1,3 +1,6 @@
:arf
---
type ro Thing:Int
type ro aBasic:Int
type ro bBird:Obj
rw wing:Int 2