| http://www.w3.org/ns/prov#value | - # An Algol 68 approximation of delegates # # The delegate mode - the delegate is a STRUCT with a single field ## that is a REF PROC STRING. If this is NIL, it does not implement ## thing #MODE DELEGATE = STRUCT( REF PROC STRING thing );  # A delegator mode that will invo
|