This commit is contained in:
2020-10-31 18:48:27 +01:00
parent 91939f520b
commit 77efa0fdc0
+1 -1
View File
@@ -353,7 +353,7 @@ The returned values are placed in the result registers, just like with the `call
(spawn r5 foo) (spawn r5 foo)
; ... ; ...
(join @r0) (join @r5)
; res0-res15 now contain return values ; res0-res15 now contain return values
``` ```