File:N-88BASIC v1.0.gif

Summary

Description
日本語: CIRCLE命令とPAINT命令
Date
Source Own work
Author Chihoukou

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-3.0#N-88BASIC%20v1.0.gif
Category:Self-published work

Source code

10 CONSOLE 0,25,0,1:CLS 3
20 FOR I=1 TO 7
30 X=INT(RND(1)*640)
40 Y=INT(RND(1)*200)
50 CIRCLE(X,Y),50,I
60 PAINT(X,Y),I,I
70 NEXT
Category:Images with Basic source code Category:Animated GIF files Category:NEC PC-8800 series
Category:Animated GIF files Category:CC-BY-SA-3.0 Category:Images with Basic source code Category:NEC PC-8800 series Category:Pages using deprecated source tags Category:Self-published work