Code spécifique: | <% Sous-testmain () Dim a: a = 5 Appel d'appel (a) Réponse.WRITE A Sub-Sub Sous-test (byval t) T = t + 1 Sub-Sub appel testmain () %> | <% Sous-testmain () Dim a: a = 5 Appel d'appel (a) Réponse.WRITE A Sub-Sub Sous-test (byref t) T = t + 1 Sub-Sub appel testmain () %> |