How do I create in f# script a function with zero arguments? The function has to return an empty filesystem of a type I choose to define.
Asked
Active
Viewed 56 times
1
-
I think you want something like `let test () = .....` – John Palmer Oct 16 '17 at 10:04