Changeset 136 for trunk/orca/boot.r
- Timestamp:
- 05/04/06 15:39:15 (3 years ago)
- Files:
-
- 1 modified
-
trunk/orca/boot.r (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/boot.r
r97 r136 406 406 getenv: native [name [string!]] 407 407 408 call: native [409 command [string! block!]410 ;/input411 ;in [string! file! none!] ; [any-string! port! file! url! none!]412 /output413 out [string! file! none!] ; [string! port! file! url! none!]414 /wait415 ;/console416 ;/shell417 ;/info418 ]419 420 408 change-dir: native [value] 421 409 what-dir: native [] … … 719 707 if find config 'rebol [append boot load %rebol_compat.r] 720 708 709 if find config 'os_call [ 710 append natives [ 711 call: native [ 712 command [string! block!] 713 ;/input 714 ;in [string! file! none!] ; [any-string! port! file! url! none!] 715 /output 716 out [string! file! none!] ; [string! port! file! url! none!] 717 /wait 718 ;/console 719 ;/shell 720 ;/info 721 ] 722 ] 723 ] 724 721 725 ;eof
