6 VERB, Utilities, Extract .CLD definitions of DCL verbs  @ VERB is a utility that permits extraction and examination of DCLA verb definitions into CLD modules.  These CLD modules can then be ? modified and reloaded back into the command tables, if desired.   C This source code is derived from updates made to the Joe Meadows Jr - original by Hunter Goatley and Luke Brennan.    B This version contains (untested, baseline) support for OpenVMS I64@ (Intel Itanium), and provides source code that is compliant withB HP C on OpenVMS I64, OpenVMS Alpha, and OpenVMS VAX.  This versionA removes support for the VAX C compiler, removes all use of of the @ /STANDARD=VAXC compilation option, removes the cross-builds, and? also removes the dependency on MMS or MMK for builds (replacing A the need for these useful build tools with DCL command procedures  and standard OpenVMS tools).    B This version was initially prototyped on HP OpenVMS Alpha V7.3-1,  using C version V6.5-001.   A For details of the VERB command and specific capabilities, please < see the provided HELP documentation (VERB.HLP and VERB.RNH).  A If you have the HP C compiler for OpenVMS and wish to compile and C link from the provided sources, use COMPILE.COM.  To link VERB from , the provided object libraries, use LINK.COM.  