[REBOL] Please help me out
From: emekamicro::gmail at: 22-Aug-2010 17:46
Hello All, I have the below; kool: %gin.txt write kool "African" write/append kool "Child" Now, I would want to read the file , and print first "African", and second Child I tried read/lines kool == [ "AfricanChild"] I was looking for something like [ "African" "Child"] Regards, Emeka