>>>>> "i" == illocutionist <gltewalt / yahoo.com> writes: i> This doesnt address your problem fully, but you can do: i> puts "[#{callcc &store_cont}" + "]" Well, this is probably this that he want puts "["+ callcc(&store_cont) + "]" but, perhaps, the best is to have the real example Guy Decoux