1. [phix] Learn Phix in Y Minutes
- Posted by _tom (admin) Feb 21, 2021
- 1201 views
http://phix.x10.mx/pmwiki/pmwiki.php?n=Main.LearnPhixInYMinutes
A single file, executable, tutorial for Phix.
be well
_tom
3. Re: [phix] Learn Phix in Y Minutes
- Posted by irv Feb 21, 2021
- 1166 views
-- 1 2 3 4 5 -- index head to tail sequence s = { 10, 20, 30, 40, 50 } -- -5 -4 -3 -2 -1 -- index tail to head // one item ? s[2] ? s[-4] -- output for both is: -----> 30
Are you sure about that? I mean, we got New Math and all that, but my computer is so old it still thinks it should be 20.
4. Re: [phix] Learn Phix in Y Minutes
- Posted by _tom (admin) Feb 28, 2021
- 1076 views
I have added Irv's suggestions.
Now, how do I huff and puff, and get this uploaded to the XinY github site?
be well
_tom