Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.3 - English

Change language to:
Français - 日本語 - Português

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilab help >> Scilab > Scilab keywords > return

return

return or resume execution and copy some local variables

Calling Sequence

return
[x1,..,xn]=return(a1,..,an)

Arguments

x

...

Description

In a function return stops the execution of the function, [..]=return(..) stops the execution of the function and put the local variables ai in calling environnement under names xi.

In pause mode, it allows to return to upper level [..]=return(..) returns to upper level and put the local variables ai in calling environnement under names xi.

In an execstr called by a function [..]=return(..) stops the execution of the function and put the local variables ai in calling environnement under names xi.

resume is equivalent to return.

See Also

  • abort — interrupt evaluation.
  • break — keyword to interrupt loops
<< quote Scilab keywords select >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Oct 05 12:09:25 CEST 2011