(* Copyright (C) 1990, Digital Equipment Corporation *) (* All rights reserved. *) (* See the file COPYRIGHT for a full description. *) INTERFACE StandardAsText; PROCEDURE Get(): TEXT RAISES {}; (* return the "standard" interface as a TEXT. *) END StandardAsText.