本家との相違点など

独自拡張

その他

本家 NewtonScript の関数オブジェクトをダンプして

fn := '{
    class: CodeBlock,
    instructions: <#instructions: 0x27, 0x00, 0x08, 0xA8, 0x70, 0x02>,
    literals: [literals: a],
    argFrame: {_nextArgFrame: NIL, _parent: NIL, _implementor: NIL},
    numArgs: 0
};

call fn with ();

と表現することにより、本家 NewtonScript のバイトコードを実行することができます。