A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 9 Ω


# Basic256 Programme Schneemann
#
# Weißer Hintergrund

Graphsize 400,300
Color white
#
# Blauer Boden
Rect 0,0,400,300
Color blue
rect 0,250,400,50
#
# Brauner Bauch
color darkyellow
circle 200,200,50
#
# Gelber Kopf
color yellow
circle 200,120,30
End
#
# Siehe auch

# Basic256 [Übersicht] ↗