print function

Generic print function

Generic print function

This is the generic print function.

print(x, ...)

Arguments

  • x: An object to print.
  • ...: Additional arguments (currently not used).
  • Maintainer: Tim Ginker
  • License: MIT + file LICENSE
  • Last published: 2025-02-05