diff --git a/README.txt b/README.txt index 2aabb78..5bd623f 100644 --- a/README.txt +++ b/README.txt @@ -158,7 +158,7 @@ expressions and store variables: @_('NUMBER') def expr(self, p): - return p.NUMBER + return int(p.NUMBER) @_('NAME') def expr(self, p):