Enjoy programming more!
Kidspod is a post site which supports young programmers.
First step to join us.
Register as a member
For members

2019/05/09 22:01:17

MixJuice GET URL : kidspod.club/mj/824

風船(IchigoLatte Ruby)

IchigoLatte Ruby 版プログラムです。
(IchigoLatte 関連製品を含む JavaScript 版では動作しません)

詳細は イチゴジャム レシピ で公開しています。
「プログラムをみる」を参照して下さい。

SOURCE CODE

# Balloons

cls

while 1
 x=rnd 31
 lc x,23
 print chr 232

 msleep 100

 scroll 0

 lc x,23
 print "1"
end

COMMENT