Skip to content
The Elk Shell Language
Search
K
Main Navigation
Reference
Standard Library
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
Fn
Fn(args...) => a
Parameter
Type
Description
(variadic) args
*
Closure arguments
Helper function used to create independent closures.
Returns
(*) The result of the closure.