# Announce that FEATURE is a feature of the current Algae session.

if ( $features == NULL ) { $features = fill( 0; "" ); }

provide = function( feature )
{
  $features = set( $features, feature );
  return feature;
};


syntax highlighted by Code2HTML, v. 0.9.1