Changeset 136 for trunk/orca/boot.c
- Timestamp:
- 05/04/06 15:39:15 (3 years ago)
- Files:
-
- 1 modified
-
trunk/orca/boot.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/boot.c
r97 r136 303 303 "]\n" 304 304 "getenv: native [name [string!]]\n" 305 "call: native [\n"306 " command [string! block!]\n"307 " /output\n"308 " out [string! file! none!]\n"309 " /wait\n"310 "]\n"311 305 "change-dir: native [value]\n" 312 306 "what-dir: native []\n" … … 359 353 "cross: native [a [vec3!] b [vec3!]]\n" 360 354 "normalize: native [vec [vec3!]]\n" 355 "call: native [\n" 356 " command [string! block!]\n" 357 " /output\n" 358 " out [string! file! none!]\n" 359 " /wait\n" 360 "]\n" 361 361 ; 362 362
