UNPKG

catlogjs

Version:

Static site generator, translate human readable text format(such as markdown) into html, with a lot of other functions

16 lines (8 loc) 247 B
// Hello world, I'm a comment! var longNameA = 1; var longNameB = 2; function longFunctionC(argumentC,argumentD) { return longNameA + longNameB + argumentC + argumentD; } var result = longFunctionC(3,4); /*! I might be preserved, yay! */