Results 1 issues of abmnmj

Running the `Jl.mex` example causes an error. The two first examples in the Readme work: ``` >> disp(Jl.eval('2+2')) 4 >> disp(Jl.call('factorial', 10)) 3628800 ``` The file for the third example...