Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Want Information about multi-language support
Message
From
13/09/2006 07:44:23
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows XP
Miscellaneous
Thread ID:
01153206
Message ID:
01153247
Views:
17
>I seem to recall that there was a pre-compiler for writing COBOL in, say, French, that would translate the likes of:
>
>"ajutez A a B donnat C" -> "Add A to B giving C". (as an imagined example)
You could do that in VFP <g>:
#DEFINE POUR FOR
#DEFINE A TO
#DEFINE PROCHAINE NEXT

POUR x = 1 A 23
  ? x
PROCHAINE
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform