Michel Fortin wrote:
On 2009-03-02 14:58:26 -0500, Walter Bright <[email protected]>
said:
It's a silly thing, but I love the little google widget you can add to
a web page to automatically translate the pages. All the D site pages
have it in the left column.
It's not a silly thing, it's hilarious. Look, Google has invented the
D-French language:
- import std.stdio;
+ std.stdio importation;
----------
- delete cl;
+ supprimer cl;
----------
- s.allocated += argv.length * typeof (argv[0]).sizeof;
+ s.allocated + = * argv.length typeof (argv [0]). sizeof;
Wow, I didn't know the standard French form for formulas was prefix
notation :-)
Sean