Commit be044bba authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Prise en compte des pourcentages

parent 3c71e1a7
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -266,7 +266,7 @@ class Formule
            }
        }

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