Wiki

Clone wiki

symja_android_library / Symbols / Return

Return

Return( expr )
return the given expr

Examples

>>> $blck=Block({$i=0}, $i=$i+1; Return($i))
1

Related terms

Break, Continue, CompoundExpression, Do, For, If While

Updated