function theResult = help_version(self, varargin)% presto/help_version-- Show "presto" version.%  help_version(self) shows the version of 'presto"%   currently active. % Copyright (C) 1999 Dr. Charles R. Denham, ZYDECO.%  All Rights Reserved.%   Disclosure without explicit written consent from the%    copyright owner does not constitute publication. % Version of 04-Nov-1999 15:17:29.% Updated    04-Nov-1999 15:17:29.h = help('presto/version');helpdlg(h, 'Presto Version')if nargout < 1, theResult = self; end