colors.bas
来自「smallbasic for linux」· BAS 代码 · 共 8 行
BAS
8 行
#!/usr/local/bin/sbrun -gdy=ymax/16for i=0 to 15 rect 0,i*dy,xmax,i*dy+dy color i filled at 0,i*dy:? i;nextpause