diff options
| author | spv420 <unomilliono@gmail.com> | 2022-04-24 13:08:55 -0400 |
|---|---|---|
| committer | spv420 <unomilliono@gmail.com> | 2022-04-24 13:08:55 -0400 |
| commit | 313627a7864d67e29a3655dd4a6077ac0481f3c1 (patch) | |
| tree | 714f13d602ebab9579f5a897ee5ca363e0cfbbef /src/js/primitives/call.js | |
| parent | 7696be307f95423066348555f04546782e08ff22 (diff) | |
ohai nonfunctional wip kexp
Diffstat (limited to 'src/js/primitives/call.js')
| -rw-r--r-- | src/js/primitives/call.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/js/primitives/call.js b/src/js/primitives/call.js index af9ede0..9bb43c1 100644 --- a/src/js/primitives/call.js +++ b/src/js/primitives/call.js @@ -260,5 +260,7 @@ function scall() { } } +// printf("%s\n", args_to_pass.toString()); + return callnarg.apply(this, args_to_pass); }
\ No newline at end of file |
