print/ln

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

Installs: 2 411

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 1

Forks: 1

Open Issues: 1

pkg:composer/print/ln

1.0.4 2016-10-11 23:22 UTC

This package is auto-updated.

Last update: 2025-09-18 08:37:38 UTC


README

This saves me so many keystrokes.

Installation

composer require print/ln

Usage

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

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