SOURCE
JavaScript
Result
function
setup
(
)
{ createCanvas(
400
,
400
); }
function
draw
(
)
{ background(
220
); }
console 命令行工具
X
clear
>
console