Skip to content

Double extentions

Mohamed Dawood edited this page Mar 21, 2021 · 1 revision

double extentions

  • format
   print(15.0.format()); // 15
   print(15.5.format()); // 15.50
   print(15.5.format(" sar")); // 15.50 sar
Clone this wiki locally