Re: New peeks and pokes
- Posted by jimcbrown (admin) Jan 03, 2011
- 1142 views
I like peek/poke_float64/32
and peek/poke_pointer
I really dislike peek/poke_object - even though they are the same size, most of the time the pointer is going to represent a C pointer (to a string, struct, or something else) rather than an Euphoria object.