Show
Ignore:
Timestamp:
08/25/07 22:49:09 (15 months ago)
Author:
krobillard
Message:

UTF-8 strings can now be read.
ur_makeString() now takes UCell argument.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/thune/thread_safe/doc/UserManual

    r450 r453  
    1919   * Garbage collected datatype system with prototype based objects. 
    2020   * Written in C to work well as an embedded scripting language. 
    21    * Small (but not tiny) binary & run-time enviroment. 
    22  
     21   * Small (but not tiny) binary & run-time environment. 
    2322 
    2423.. Evaluation 
    2524   ---------- 
    2625   Thune uses postfix notation 
     26 
     27 
     28About This Document 
     29------------------- 
     30 
     31This manual is largely incomplete.  It can only serve as a quick function 
     32reference at this point. 
     33 
    2734 
    2835 
     
    278285 
    279286*Connect* also accepts components as arguments.  This is short-hand for 
    280 refering to the first input or output. 
     287referring to the first input or output. 
    281288The following call makes the same connection as the example above:: 
    282289 
     
    466473find.last   (ser pat -- ser)        Find pattern in series starting from end. 
    467474match_      (ser pat -- end)        Move position to end of matching pattern. 
    468 trim        (str -- str)            Remove whitespace from start and end. 
     475trim        (str -- str)            Remove white space from start and end. 
    469476==========  ======================  ================= 
    470477