「functionsubroutine」を含むwiki一覧 - 1ページ

256-Subroutine - Basicsoftのうぃき

r x = 1 to 100call draw()next xendfunction rnd(n)rnd = int(rand*n)end functionsubroutine draw()color rgb(rnd(256),rnd(256),rnd(256))circle r

  • 1