Index: test.d ================================================================== --- test.d +++ test.d @@ -197,59 +197,85 @@ case 'L': return command_L(); case 'R': return command_R(); case 'A': return abort(); default: return wait(); } + } else { + Tuple!(char,int)[] cand; + for(int i=0; i