Changeset 136 for trunk/orca/boot.c

Show
Ignore:
Timestamp:
05/04/06 15:39:15 (3 years ago)
Author:
krobillard
Message:

Orca - Added os_call config option.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/boot.c

    r97 r136  
    303303  "]\n" 
    304304  "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" 
    311305  "change-dir: native [value]\n" 
    312306  "what-dir: native []\n" 
     
    359353  "cross: native [a [vec3!] b [vec3!]]\n" 
    360354  "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" 
    361361; 
    362362