Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
c143aa11
Commit
c143aa11
authored
Jun 15, 2014
by
dbarbera
Browse files
Use rem operator in rem expressions
parent
1ed3e41a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ogAST.py
View file @
c143aa11
...
...
@@ -119,7 +119,7 @@ class ExprMod(Expression):
class
ExprRem
(
Expression
):
operand
=
'
mod
'
operand
=
'
rem
'
class
ExprAssign
(
Expression
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment