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 503ab90 commit 7ea7fdaCopy full SHA for 7ea7fda
examples/SimpleCalculator.java
@@ -40,7 +40,7 @@ public Object parse(Registry<DataParser> myHomeRegistry, String str, Object... a
40
if (str.equalsIgnoreCase("ans"))
41
{
42
if (args.length > 0)
43
- return args[0];
+ return args[0]; //First arg is old answer!
44
return null;
45
}
46
return CONTINUE;
0 commit comments