How to repeat a non loop void ? [SOLVED]

The correct term is "function", not "void". "void" is the return type of the function, in this case indicating that the function doesn't return anything. You will encounter functions that have other return types so it makes absolutely no sense to refer to them by their return type.