Skip to content

wynlang/table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

table - Official Wyn Package

Print formatted tables in the terminal. Pure Wyn.

Install

wyn pkg install github.com/wynlang/table

Usage

var row = Table_row(["Alice", "30", "NYC"], [10, 5, 10])
println(row)  // │ Alice      │ 30    │ NYC        │

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors