1 USING: alien strings arrays help.markup help.syntax destructors ;
5 { $values { "alien" "Pointer to a Core Foundation object" } }
6 { $description "Marks the given Core Foundation object for unconditional release via " { $link CFRelease } " at the end of the enclosing " { $link with-destructors } " scope." } ;
9 { $values { "alien" "Pointer to a Core Foundation object" } }
10 { $description "Marks the given Core Foundation object for release via " { $link CFRelease } " in the event of an error at the end of the enclosing " { $link with-destructors } " scope." } ;
12 { CFRelease |CFRelease &CFRelease } related-words