Skip to content

Commit

Permalink
Update variables-globales.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AnneHuSKa authored Jun 5, 2024
1 parent b5a9f77 commit ad9e144
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Pour connaître l'index de la position dans une boucle, il est possible de mobil

## Syntaxe (mai 2024)

Dans la première boucle, on pourra par exemple afficher :
`
"Prénom de l'individu " || cast(GLOBAL_ITERATION_INDEX,string) || ""
`
Dans les boucles liées (cf. Les Boucles) on pourra également utiliser cette variable, qui sera l'index dans la première boucle.
On ne peut en revanche pas les utiliser hors boucle.

0 comments on commit ad9e144

Please sign in to comment.