• source navigation  • diff markup  • identifier search  • freetext search  • 

Sources/ucode/tests/custom/04_modules/10_import_none

  1 An `import` statement may omit a default name, wildcard expression or name
  2 lsit entirely to execute a module code solely for its side effects.
  3 
  4 -- Testcase --
  5 import "./files/test.uc";
  6 -- End --
  7 
  8 -- File test.uc --
  9 print("This is the test module running\n");
 10 -- End --
 11 
 12 -- Args --
 13 -R
 14 -- End --
 15 
 16 -- Expect stdout --
 17 This is the test module running
 18 -- End --

This page was automatically generated by LXR 0.3.1.  •  OpenWrt