REBOL Programming/prin

      USAGE:

      PRIN value 
      

      DESCRIPTION:

      Outputs a value with no line break.

      PRIN is a native value.

      ARGUMENTS:

      • value -- The value to print (Type: any)

      SOURCE CODE

      prin: native[
          "Outputs a value with no line break." 
          value "The value to print"
      ]
      
      Last modified on 31 October 2012, at 16:46