Commit 35e6f23b authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Gestion des concaténations

parent e8427514
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -252,7 +252,7 @@ class Formule
            }
        }

        $ops = ['<', '>', '-', '+', '*', '/', '='];
        $ops = ['<', '>', '-', '+', '*', '/', '=', '&'];
        if (in_array($t['v'], $ops)) {
            $this->tw(['type' => 'op', 'name' => $t['v']], $i);
        }