Here it is https://unisa.alma.exlibrisgroup.com/view/delivery/61USOUTHAUS_INST/12177058790001831 I haven’t read it, just doing my part for open science. By the way, unpaywall is a great browser extension to quickly go around publishers paywalls: https://unpaywall.org/welcome
- 0 Posts
- 2 Comments
Joined 2 years ago
Cake day: July 3rd, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
I know there is a programming language called windev, all in French, just in case you want to suffer. I would except a good exception handling mechanism in a French base language.
An example from their website: ` TotalCA est un monétaire = CalculCAMoisEnCours()
SI TotalCA >= 1 250 000 ALORS LIB_Objectif= “Objectif dépassé !” LIB_Objectif.Couleur= VertFoncé
SINON SI TotalCA <= 200 000 ALORS LIB_Objectif= “Objectif non atteint” LIB_Objectif.Couleur= RougeClair FIN
FIN `