Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
[ [1000,"M"], [900,"CM"], [500,"D"], [400,"CD"], [100,"C"], [90,"XC"], [50,"L"], [40,"XL"], [10,"X"], [9,"IX"], [5,"V"], [4,"IV"], [1,"I"] ] const: Romans
|
||||
|
||||
: roman(n)
|
||||
| r |
|
||||
StringBuffer new
|
||||
Romans forEach: r [ while(r first n <=) [ r second << n r first - ->n ] ] ;
|
||||
Loading…
Add table
Add a link
Reference in a new issue