tests 164 B

123456789
  1. #!/bin/sh
  2. ./run-BlackBox <<DATA
  3. LindevCompiler.Compile('Obx/Mod', 'Hello0.txt')
  4. ObxHello0.Do
  5. LindevCompiler.Compile('Obx/Mod', 'Pi.txt')
  6. ObxPi.WritePi(1000)
  7. DATA