K 10 svn:author V 6 jilles K 8 svn:date V 27 2014-03-02T22:59:34.796846Z K 7 svn:log V 335 sh: Simplify expari(). Redo expari() like evalvar(). This makes the logic more understandable and avoids possible problems if arithmetic expansion occurs if CTLESC characters are not generated (looking backwards for CTLARI is not generally possible in that case but the old code tried anyway). This adds an extra argstr() recursion. END