REBOL Technologies

Other Changes in 2.5.55

Carl Sassenrath, CTO
REBOL Technologies
18-Oct-2004

Article #0026
Main page || Index || Prior Article [0025] || Next Article [0027] || Post Comments || Send feedback

In addition ot the new path forms described below, these changes have been made to the 2.5.55 release:

do 'system/product

do 'now/date

path: 'now/date
do path

do 'copy/part "abcde" 2

path: 'copy/part
do path "abcde" 2

str: "abcde"
do 'str/1

n: 1
path: 'str/(n + 2)
do path
  • CASE bug fixed - RAMBO 3464
  • TO-STRING bug fixed - RAMBO 3425
  • UPPERCASE and LOWERCASE now allowed with char - RAMBO 3416
  • In Windows XP under file properties, REBOL.exe properly identifies itself, version, maker, etc.

Post Comments

Updated 6-Mar-2024   -   Copyright Carl Sassenrath   -   WWW.REBOL.COM   -   Edit   -   Blogger Source Code