Game: various *mites: Four Equals Ten


Author Message
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6543
Posted: 08:01pm 14 Jan 2023      

What happens if you change the one line IF to a multiline.
 IF ans < .1 THEN
   soln$ = e$
   TestMath = 1
   EXIT FUNCTION
 ENDIF


It won't change the logic but it will be interesting to see which line reports the error.

I still haven't seen the error.

Jim