File: expected.coffee

package info (click to toggle)
node-static-module 2.2.5%2B~cs4.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 672 kB
  • sloc: javascript: 2,617; makefile: 13
file content (6 lines) | stat: -rw-r--r-- 85 bytes parent folder | download
1
2
3
4
5
6
a = 1
b = (arg1, arg2) ->
  console.log arg1
  # comment
  console.log arg2
  return