#!/usr/bin/env kjscmd

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

