Changeset 498 for trunk/thune/doc/UserManual
- Timestamp:
- 11/14/07 17:18:50 (12 months ago)
- Files:
-
- 1 modified
-
trunk/thune/doc/UserManual (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/doc/UserManual
r497 r498 82 82 block! [] [a b c] 83 83 paren! () (a b c) 84 macro! <size 2 mul>84 macro! ^(size 2 mul) 85 85 vector! #[1 2 3] #[-85.33 2 44.8] 86 86 function! [2 add] proc :inc2 … … 114 114 Example:: 115 115 116 <34 2 mul :border>117 118 box-width <border>add116 ^(34 2 mul :border) 117 118 box-width ^(border) add 119 119 120 120 Conditional Example:: 121 121 122 <script-env/os [122 ^(script-env/os [ 123 123 linux ["Linux"] 124 124 solaris ["Solaris"] 125 125 ["Unsupported OS" error] 126 ] case >126 ] case) 127 127 print 128 128
