syntax ncall(function, args) { return `(@function ( @(length(args)), @@args )) } ncall(print, [1,2,3]);