Changeset 453 for branches/thune/thread_safe/doc/UserManual
- Timestamp:
- 08/25/07 22:49:09 (15 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/doc/UserManual (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/doc/UserManual
r450 r453 19 19 * Garbage collected datatype system with prototype based objects. 20 20 * 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. 23 22 24 23 .. Evaluation 25 24 ---------- 26 25 Thune uses postfix notation 26 27 28 About This Document 29 ------------------- 30 31 This manual is largely incomplete. It can only serve as a quick function 32 reference at this point. 33 27 34 28 35 … … 278 285 279 286 *Connect* also accepts components as arguments. This is short-hand for 280 refer ing to the first input or output.287 referring to the first input or output. 281 288 The following call makes the same connection as the example above:: 282 289 … … 466 473 find.last (ser pat -- ser) Find pattern in series starting from end. 467 474 match_ (ser pat -- end) Move position to end of matching pattern. 468 trim (str -- str) Remove white space from start and end.475 trim (str -- str) Remove white space from start and end. 469 476 ========== ====================== ================= 470 477
