Talk:Arithmetic evaluation: Difference between revisions

m
elided an errant equal sign.
m (elided an errant equal sign.)
 
(2 intermediate revisions by 2 users not shown)
Line 1:
== assume clean input or do error checking? ==
Should we assume clean input or do we need to add in error checking? --[[User:Mwn3d|Mwn3d]] 14:17, 11 December 2007 (MST)
:Left unspecified (a solution can do either) [[User:Epsilon]]
Line 54 ⟶ 55:
::Hi, Then I guess I'll have to remove this entry until better times... :) TheWatcher 06:19, 12 May 2013 (UTC)
::Again, BBC BASIC here does build an AST with extra parentheses denoting tree nodes. Then it uses the AST as a string input for its intrinsic EVAL() to get the expression result. Is that an acceptable scenario? TheWatcher 06:36, 12 May 2013 (UTC)
 
:::Sounds fine. --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 07:44, 12 May 2013 (UTC)