infi
Function infi
executes the provided zero-argument function infinite number of times.
Usage¶
infi (\-> IO::println "hello")
Last update: May 16, 2021
Function infi
executes the provided zero-argument function infinite number of times.
infi (\-> IO::println "hello")