summaryrefslogtreecommitdiffstats
path: root/kjsembed/docs/examples/multifile/otherfile.js
blob: 577f65981cf83036bdb1db238fae6752e2b1e6a3 (plain)
1
2
3
4
5
#!/usr/bin/env kjscmd

println( 'otherfile: Hello!' );
println( 'otherfile: ' + a );
println( 'otherfile: Goodbye' );