Allow definition of custom "function", with optional parameters like this:
:f:[++++<-]; Optional parenthesis for no parameters
:g(t): [t<-]; Parameters are just pieces of bf code that can be executed
Function definitions start with : and end with :, and in between the function name which must be a single character not already used and the parameters inside parenthesis. The end of the function definition is determined by a semicolon (;).
Allow definition of custom "function", with optional parameters like this:
Function definitions start with
:and end with:, and in between the function name which must be a single character not already used and the parameters inside parenthesis. The end of the function definition is determined by a semicolon (;).