File: library.js

package info (click to toggle)
kjsembed 5.103.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 24,300 kB
  • sloc: cpp: 9,163; javascript: 701; sh: 21; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (12)
1
2
3
4
5
// Test the import functionality (include files from standard library)

println( 'Before import' );
library( 'notfound.js' );
println( 'After import' );