there must be a space after the IF and ELSE
so instead of
if( $asc(#) == %left_text){
it should be
if ($asc(#) == %left_text) {