Jump to content

Return multiple values: Difference between revisions

(→‎{{header|ANSI Standard BASIC}}: Changed to {{header|ANSI BASIC}}; {{works with|Decimal BASIC}}; output.)
Line 896:
=={{header|EasyLang}}==
<syntaxhighlight lang="easylang">
funcproc addSubtract a b . sum diff .
sum = a + b
diff = a - b
2,052

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.