void function
By Marcus Schuster at Nov 17 2020
how to break a void function
By Freddie_06 at May 31 2021
function greeter (fn:(a:string) => void)
By Kent NitzscheV at May 30 2021
error: return-statement with a value, in function returning 'void' [-fpermissive] return 0; ^
By Dorothy Tillman at May 30 2021