Rob van der Woude's Scripting Pages
Powered by GeSHi

Source code for 2stderr.rex

(view source code of 2stderr.rex as plain text)

  1. /* Display text to standard error */
  2. parse arg text
  3. call lineout STDERR, text
  4.  

page last modified: 2024-02-26; loaded in 0.0180 seconds