Re: Phix wiki 2
- Posted by _tom (admin) Jan 24, 2021
- 970 views
euphoric said...
_tom said...
string txt = "hello" ? txt[3..4] // "lo"
Should that one should be "ll"?
both - - and / / are line comments in phix
_tom
string txt = "hello" ? txt[3..4] // "lo"
Should that one should be "ll"?
both - - and / / are line comments in phix
_tom