Skip to content

drforr/perl6-slang-roman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Slang::Roman

Allow your integers to be Roman numerals.

  • my Int $r = 0rMMXVI; # $r == 2016
  • Eventually: printf "%{roman}d", $r; # MMXVI

What it doesn't do [yet]

  • printf

#Use

use Slang::Roman;

say 0rXIV;

14

##Better Examples

Check out t/01_basic.t

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages

  • Other 100.0%