r_create_inheritance_nac2.od 156 B

123456789
  1. # Only create inheritance link once:
  2. some_class:RAM_Class
  3. top:RAM_Class {
  4. condition = `get_name(this) == "Top"`;
  5. }
  6. :RAM_Inheritance (some_class -> top)