69.22 algorithmic

<..algorithmic.4ht..>
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 % algorithmic.4ht                       2014-07-12-22:36 %
 % Copyright (C) 2003--2009       Eitan M. Gurari         %
 <.TeX4ht copyright.>
 <.algorithmic cfg.>
 \Hinput{algorithmic}
 \endinput
 -_-_-

<..algorithmic cfg..>
 \append:def\algorithmicthen{%
     \ConfigureEnv{ALC@if}
       {\a:ALCif}
       {\b:ALCif}
       {}{}%
 }
 \append:def\algorithmicelse{%
     \ConfigureEnv{ALC@if}
       {\c:ALCif}
       {\d:ALCif}
       {}{}%
 }
 \NewConfigure{ALCif}{4}
 \pend:defI\algorithmiccomment{\a:algorithmiccomment}
 \append:defI\algorithmiccomment{\b:algorithmiccomment}
 \NewConfigure{algorithmiccomment}{2}
 \let\ALC:item=\ALC@item
 \def\ALC@item[#1]{\ALC:item[\a:ALCitem #1\b:ALCitem]}
 \NewConfigure{ALCitem}{2}
 -_-_-