aliasunderscoreAfficherPeano.tex 311 B

123456789
  1. \begin{tomcode3}[label=code:aliasunderscoreAfficherPeano,caption=Notations : alias et variable anonyme.]
  2. public void chercher(NatList liste) {
  3. %match(liste) {
  4. concNat(X1*,x@suc(suc(_)),_*) -> {
  5. System.out.println(`x + " trouv#\texttt{é}#, en position " + `X1.length());
  6. }
  7. }
  8. }
  9. \end{tomcode3}