view samplecode.js @ 4:ccc558eb70db

Comments are now chunked into blocks.
author Atul Varma <varmaa@toolness.com>
date Mon, 05 Jan 2009 17:02:01 -0800
parents 4a813cef41b1
children dcae71b1c3b4
line wrap: on
line source

// Hello, this is sample code.
//
// How do you feel about chutney.
//
// I don't //like// chutney, do you?
//
// No.  It's utter **hogwash**.
//
// * Hello.
// * There.
// * Dood.
//

// {{{
//   function blarg() {
//   }
// }}}

function blarg() {
  let k = 1;
  return 1;
}