It's interesting to see this!

Back in the early 1970s I wondered what the programming languages in other 
countries (not-USA) looked like - what were the keywords, etc. 

Well, it turns out that (AFAIK) they were using the same compilers and the 
same interpreters, and languages with the same English keywords, because 
(also AFAIK) nobody was writing non-English-keyword compilers in Europe and 
nobody was patching existing binaries (like BASIC.EXE) to change the 
keywords contained in executables.

cheers - fred

On Monday, April 29, 2019 at 11:58:50 AM UTC+3, yvan...@gmail.com wrote:
>
>
> In France we have WINDEV  
>
giving something like    
> '''
> // Le document sera enregistré en noir et blanc
> SI TwainVersJPEG("C:\Temp\MaPhoto.JPEG", 0, Faux, TwainNoirBlanc) = Vrai 
> ALORS
> Info("Le document a été enregistré")
> SINON
> Erreur("Le document n'a pas été scanné")
> FIN
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to