Function definition: Difference between revisions

Content deleted Content added
No edit summary
Line 114:
 
=={{header|Batch File}}==
Windows batch files only have procedures, not functions. Instead, environmental variables can be used as a global shared state.
<lang>@ECHO OFF
SET /A result = 0