print/ln

Prints any number of strings, each followed by the appropriate line terminator

1.0.4 2016-10-11 23:22 UTC

This package is auto-updated.

Last update: 2024-04-18 05:54:22 UTC


README

This saves me so many keystrokes.

Installation

composer require print/ln

Usage

println("Name:", "Chris");

// 1. Name:
// 2. Chris
// 3.