I realize this doesn't apply to this particular situation, but it's important to keep in mind the gender of your objects when programming in French. There are 2 types of classes (genre) genre::masculins and genre::féminin
For instance:
genre::masculins Hommes {}
genre::féminin Femme {}
Furthermore, when passing this to another function the function call is prefixed with the parameter list rather than suffixed:
genre::masculins Croissant {
nul nourrir(Hommes hommes) {
hommes.(ce)manger ;
}
}
or
genre::féminin Grenouille {
nul nourrir(Hommes hommes) {
hommes.(cette)manger;
}
}
For further reference: Wikipedia Word Order