Skip to content

Instantly share code, notes, and snippets.

@standarddeviant
Created July 22, 2017 22:08
Show Gist options
  • Save standarddeviant/efa0df1db848700dd6b136058b1dde84 to your computer and use it in GitHub Desktop.
Save standarddeviant/efa0df1db848700dd6b136058b1dde84 to your computer and use it in GitHub Desktop.
# nargoutTest.jl
function nargoutTest(a,b)
@show a, b
return "outp1", "outpTWO"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment