File: lib.js

package info (click to toggle)
cwl-utils 0.40-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,164 kB
  • sloc: python: 88,875; makefile: 141; javascript: 91
file content (7 lines) | stat: -rw-r--r-- 118 bytes parent folder | download
1
2
3
4
5
6
7
var foo = function(x) {
    return 2 * x
}

var bar = function(n, x) {
    return n + " engineers walk into a " + x
}