Content deleted Content added
→C++: fixed a lifetime related bug which causes using a dangling reference to a stack variable (can be confirmed with address sanitizer or static analyzers) |
→Scheme: The example for before was not for the function twice but for curried addition. Tags: Mobile edit Mobile web edit |
||
Line 763:
<syntaxhighlight lang="scheme">
(define (
(
</syntaxhighlight>
====Swift====
|