NullFunc() A Function that does nothing Syntax: NullFunc() -> Nil Description: This doesn't do anything. This can be useful in some cases where it's necessary to put a function in some codeblocks. Return: Nothing. Example: aEval ( aArray, { || NullFunc () } )