‼
To give you the best experience, this site uses cookies. Continuing to use
9bis.net
means you agree to our use of cookies.
Block_Structures
(
fr )
Dernière modification : 2013/01/26 19:17
Index
/
Changements récents
/
Informations
/
Forum
/
Télécharger
/
Contact
Éditer (
Aide
) /
Renommer
/
Historique
Block structures are identified by '''(...)''' and '''^{...^}'''. The difference between the two structures is that commands into a '''(...)''' block are executed into a distinct process. In this case it means for example that environment modifications will not be seen into the main process. Look at these scripts: {msh> set A=1 msh> ( 1> (( A = $A + 1 )) 1> print $A 1> ) 2 msh> print $A 1} {msh> set A=1 msh> ^{ 1> (( A = $A + 1 )) 1> print $A 1> ^} 2 msh> print $A 2}
Mot de passe :
Wiki utilisant
PumaWiki 1.0
2025/05/10 01:46 -- fr -- 3.149.253.111