Simple example of usage Bold
element.
use function Thermage\bold;
use function Thermage\render;
// ...
render (
bold('Stay RAD!')
);
Terminal
$ php thermage.php
Stay RAD!
Simple example of usage Bold
element.
use function Thermage\bold;
use function Thermage\render;
// ...
render (
bold('Stay RAD!')
);