Testo multilinea

fill

// height=110 lines=auto
function setup() {
    background( 220 );
    text( "uno due tre quattro", 20,40, 45,60 );
}