We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf7537 commit 5c8eb9bCopy full SHA for 5c8eb9b
src/main/java/org/devore/module/CoreModule.java
@@ -758,7 +758,7 @@ else if (ast.size() > 2)
758
step = BigDecimal.ONE;
759
}
760
if (step.compareTo(BigDecimal.ZERO) == 0)
761
- throw new DevoreRuntimeException("步长不能为零");
+ throw new DevoreRuntimeException("步长不能为零.");
762
List<Token> list = new ArrayList<>();
763
if (step.compareTo(BigDecimal.ZERO) > 0) {
764
for (BigDecimal current = start;
0 commit comments