Visualizzazione del testo

// height=110 lines=auto
function setup() {
background( 220 );
text( "Testo", 50,50 );
}

// height=110 lines=auto
function setup() {
background( 220 );
text( "Testo", 50,50 );
}