Re: Phix wiki 2
- Posted by euphoric (admin) Jan 24, 2021
- 1249 views
_tom said...
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
My question was not at all about comment marks.
"hello"[3..4] is "ll" not "lo"

