Re: A function that expands value() and more

new topic     » goto parent     » topic index » view thread      » older message » newer message

I once made a start on a repl for Phix and just spent the last 10 minutes resurrecting that, so it is available on my machine, but not uploaded anywhere yet.
However it is severely limited, one-shot fashion, eg you cannot declare a variable and then set it, or declare a routine and then call it!

You can do things like this (well, I mean, I can, if you try this you'll immediately get a 9/0 error):

p -repl 
>?3+5 
8 
>?"hello" 
"hello" 
>q 

Very little use to anyone really, but I guess it's a start...

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu