make/tests/scripts
Jouke Witteveen fcc11d05a6 Create $(let ...) providing lexically scoped variables
Add a new function $(let ...) which allows lexically scoped variables.

* NEWS: Add information on this feature.
* doc/make.texi (Let Function): Document the 'let' function.
* src/function.c (func_let): Create the 'let' built-in function.
* tests/scripts/functions/let: Test the 'let' built-in function.
2020-12-06 18:30:58 -05:00
..
features [SV 57676] Support included files being built after failing 2020-12-05 15:06:25 -05:00
functions Create $(let ...) providing lexically scoped variables 2020-12-06 18:30:58 -05:00
misc [SV 35711] Check for special targets earlier 2020-11-29 17:55:02 -05:00
options
targets [SV 35711] Check for special targets earlier 2020-11-29 17:55:02 -05:00
variables [SV 59169] Add --debug=why and --debug=print options 2020-12-05 16:25:12 -05:00
vms
test_template