Arithmetic evaluation: Difference between revisions

m
Line 1,511:
 
=={{header|FBSL}}==
Not only can ExecLine() calculate simple arithmetics but it can also compute and/or execute anything that FBSL proper is able to compute and/or execute using the entire range of intrinsic, user-defined and DLL-imported constants and functions of virtually any complexity. Expression AST's are built internally as part of the general parsing process.
 
'''One-liner maths evaluator solution:'''