github.com/NeowayLabs/nash@v0.2.2-0.20200127205349-a227041ffd50/stdlib/io.sh (about)

     1  
     2  fn io_println(msg, args...) {
     3          print($msg + "\n", $args...)
     4  }