Arithmetic evaluation: Difference between revisions

→‎Go: Added
(→‎{{header|AutoHotkey}}: Please try and have code hosted on this site.)
(→‎Go: Added)
Line 687:
: evaluate ( string -- result )
expr-ast eval-ast ;</lang>
 
=={{header|Go}}==
 
See [[Arithmetic Evaluator/Go]]
 
=={{header|Haskell}}==
Anonymous user