Wednesday 4 July 2012

Preventing automatic wrap in VID

I just discovered that Rebol VID has a keyword to prevent automatic wrap of the text :
  • AS-IS
Let's look at the differences:


view layout [text "Hello ^/ world!"]



Now look at this:


view layout [text as-is "Hello ^/ world!"]



No comments:

Post a Comment