Language Features
Comments
You can add comments to your Expressions by prefixing them with #.
Object result = expression.Evaluator.run('1 + 1 # This is a comment');
Language Features
You can add comments to your Expressions by prefixing them with #.
Object result = expression.Evaluator.run('1 + 1 # This is a comment');