Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: to-char

From: izkata:aol at: 11-Feb-2002 11:42

I've looked at all the responses so far, and it's almost what I wanted. Heres a better example: to-charblock: "Hi" would make: block: [ H i ] then, H: [print "*** **** ****"] i: [print "*** iiii"] so, do block *** **** **** *** iiii I am going to use a combination of * and spaces to make a mouth that would 'talk' to you. I am going to try what was suggested, though. Daniel S.