Wolfram ResearchProductsPurchasingServices & ResourcesAbout UsOur Sites
Mathematica > Flow Control >

Return

Return[expr]
returns the value expr from a function.
Return[]
returns the value Null.
  • Return[expr] exits control structures within the definition of a function, and gives the value expr for the whole function.
  • Return takes effect as soon as it is evaluated, even if it appears inside other functions.
New in 1
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team