Skip to content
angerangel edited this page Mar 19, 2013 · 1 revision

USAGE

   FIND-SCRIPT script

DESCRIPTION

Find a script header within a binary string. Returns starting position.

FIND-SCRIPT is a native value.

ARGUMENTS

  • script (binary!)

#SOURCE

find-script: make native! [  [
    {Find a script header within a binary string. Returns starting position.}
    script [binary!]
] ]
Clone this wiki locally