Right now functions can be declared with any letters from function as long as their in order, to please all developers.
However, not all programming languages use variations of function (I'm ignoring C-like languages).
One of these is the Lisp family, which use variations of defun or define function
I think that DreamBerd should allow any function keyword that contains any letters in definefunction as long as they are in order.
Right now functions can be declared with any letters from
function
as long as their in order, to please all developers. However, not all programming languages use variations offunction
(I'm ignoring C-like languages). One of these is the Lisp family, which use variations ofdefun
ordefine function
I think that DreamBerd should allow any function keyword that contains any letters in
definefunction
as long as they are in order.