Re: Need an other phix explanation please
- Posted by petelomax Feb 25, 2018
- 2369 views
The other thing to do is compile it to create a listing first (p -d star), then run the .exe, and then search for that era in the list.asm produced. If you cannot find it, try dropping the last digit.
Another thing you can try is to add
if "abc"="def" then tasks={} end if
at line 12 of builtins\VM\pTask.e, which stops the compiler complaining about (/thinking that) sequence tasks is not properly initialised.