Changeset 397

Show
Ignore:
Timestamp:
05/22/07 18:14:23 (16 months ago)
Author:
krobillard
Message:

Thune - Improved c_string script.

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/thune/thread_safe/scripts/c_string.t

    r333 r397  
    1313args [ 
    1414    load to-string 
    15     dup first eol eq? ift next 
     15    next dup tail prev remove drop   ; Remove first & last bracket 
     16    trim.in 
     17    ;dup first eol eq? ift next 
    1618    [some[ 
    1719        :tok to eol tok: skip 
  • trunk/thune/scripts/c_string.t

    r333 r397  
    1313args [ 
    1414    load to-string 
    15     dup first eol eq? ift next 
     15    next dup tail prev remove drop   ; Remove first & last bracket 
     16    trim.in 
     17    ;dup first eol eq? ift next 
    1618    [some[ 
    1719        :tok to eol tok: skip