root/trunk/orca/tests/working/func_trim.r

Revision 1, 189 bytes (checked in by krobillard, 3 years ago)

Import orca & thune.

Line 
1REBOL[]
2
3
4a: "  333  "
5trim a
6probe a
7
8a: "  333  "
9trim/head a
10probe a
11
12a: "  333  "
13trim/tail a
14probe a
15
16a: {
17    one
18    two
19       two and a half
20a
21   
22    three
23}
24
25trim/auto a
26probe a
Note: See TracBrowser for help on using the browser.