09 mysettings' <- newSettings maxFiles
10 -- make "myMax" version available globally
11 let mkFoundation appConnPool = App mysettings'
12 [...]
Listing
6
19%
06.10.2022
shows some function call examples.
Listing 1
Example Function Calls
# Rounding up
# 11
round(10.9)
# Generate an array of numbers
# [9, 8, 7, 6, 5, 4, 3, 2, 1]
numbers.range(9, 1