Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.02 KB

README.md

File metadata and controls

48 lines (36 loc) · 1.02 KB

polor pashm

polor pashm is an ANSI color library for Pashmak programming language

Installation

To install this library via the Parham package manager:

$ parham install gh:sami2020pro/polor-pashm

preview

Version 1

import 'polor.pashm'

use polor

println $FgBlue + 'Pashmak'
println $BgHiGreen + $FgHiBlack + 'programming' + $Reset
println $Bold + 'language'

Version 2

import 'polor.pashm'

use polor

println $ftc->Blue + 'Pashmak'
println $bhitc->HiGreen + $fhitc->HiBlack + 'programming' + $ba->Reset
println $ba->Bold + 'language'

In the new update, Pashmak Class were added and we also updated this library.

Warning: Note that in the new version of this library, the speed has dropped very slowly

Output both codes

polor is a simple Terminal Color library for Pashmak programming language

Wiki

For more examples click here