Re: Euphoria 4.0 debugger
- Posted by jeremy (admin) Mar 24, 2009
- 757 views
I guess the difficulty is in determining if the sequence is indeed an ascii string, or say, a list of weights of the people coming through the lunch line:
URL = "http://openeuphoria.org" Weights = {104, 116, 116, 112 ,58, 47, 47, 111, 112, 101, 110, 101, 117, 112, 104, 111, 114, 105, 97, 46, 111, 114, 103}
Jeremy