Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Syntax

...

Code Block
languagejavascript
themeConfluence
inc_gen = function(x) { function(){ x + n } };

Now you use inc_gen to generate other functions:

...