Revision c32aeb5751b8527d49173c0aa64449645f35d5c5 authored by Hendrik Ranocha on 27 January 2024, 01:38:42 UTC, committed by GitHub on 27 January 2024, 01:38:42 UTC
The previous version

> The `do x` syntax creates an anonymous function with argument `x` and
passes *it* as the first argument

could be misunderstood since one may think that *it* refers to the
argument `x`, not the anonymous function.

---------

Co-authored-by: inky <git@wo-class.cn>
1 parent 77dc56b
History
File Mode Size
trampolines
.gitignore -rw-r--r-- 33 bytes
Makefile -rw-r--r-- 8.2 KB
README.md -rw-r--r-- 4.1 KB
jl_exports.h -rw-r--r-- 2.2 KB
julia.expmap.in -rw-r--r-- 45 bytes
list_strip_symbols.h -rw-r--r-- 284 bytes
loader.h -rw-r--r-- 2.3 KB
loader_exe.c -rw-r--r-- 2.2 KB
loader_lib.c -rw-r--r-- 20.9 KB
loader_win_utils.c -rw-r--r-- 5.7 KB

README.md

back to top