In FictoScript, a function declared with `fn*` instead of `fn` is:
-
A
A pointer to another function
-
B
A generator function that can yield multiple values lazily
-
C
A function with variadic arguments
-
D
A private function that cannot be called externally