Post Reply 
newRPL: Alpha demo 0.9 released [UPDATED 2017-10-25]
08-29-2017, 04:25 AM
Post: #70
RE: newRPL: Alpha demo 0.9 released [UPDATED 2017-08-24]
Something weird is going on with EVAL. And after a lot of experimentation after getting very strange answers, I think I've figured out what.

If I type in '2/3', then press EVAL, I get something that *looks* exactly like '2/3', but if I do OBJ-> on it, rather than:

2
3
2
/

I get:

2
INV(3)
2
*

I would have expected the latter to look like:

'2*INV(3)', not '2/3'. So my FXND algorithm is getting very confused.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: newRPL: Alpha demo 0.9 released [UPDATED 2017-08-24] - The Shadow - 08-29-2017 04:25 AM



User(s) browsing this thread: 1 Guest(s)