polor pashm is an ANSI color library for Pashmak programming language
To install this library via the Parham package manager:
$ parham install gh:sami2020pro/polor-pashm
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
For more examples click here