Changeset 172 for trunk/thune/doc
- Timestamp:
- 06/08/06 01:12:46 (3 years ago)
- Files:
-
- 1 modified
-
trunk/thune/doc/UserManual (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/doc/UserManual
r168 r172 54 54 unset! 55 55 none! none 56 datatype! logic! int! 56 datatype! logic! int!/decimal! 57 57 logic! true false 58 58 word! hello big-time .s … … 216 216 217 217 218 Contexts219 --------220 221 ========== ======================== =================222 Word Stack Usage Function223 ========== ======================== =================224 set (val word -- ) Assign value to word.225 get (word -- val) Retrieve value referenced by word.226 ========== ======================== =================227 228 229 Context Helpers230 ~~~~~~~~~~~~~~~231 232 ======== ========================= ============================233 Word Stack Usage Function234 ======== ========================= ============================235 context (def -- context) Create context.236 ======== ========================= ============================237 238 239 218 Data Manipulation 240 219 ----------------- … … 248 227 type?.word (val -- word) Replace value with datatype word. 249 228 is-type? (val type -- logic) True if value is of specified type. 229 set (val word -- ) Assign value to word. 230 get (word -- val) Retrieve value referenced by word. 250 231 bind (block ctx -- block) Bind block to context. 251 232 infuse (block ctx -- block) Replace words with context values. … … 265 246 Word Stack Usage Function 266 247 ========== ======================== ================= 248 context (def -- context) Create context. 267 249 parse.some (data rules -- pos) Parse string or block. 268 250 ========== ======================== =================
