codice:
(define PostaIlCodice
   (lambda (utente)
      (if (= utente "Sgarboman")
          "Se posti il testo forse ti possiamo aiutare"
          "Non è per te"
      )
   )
)

(PostaIlCodice "Sgarboman")



Ciao.