View in color | License | Download script | History | Other scripts by: sunanda |
30-Apr 16:04 UTC
[0.068] 10.254k
[0.068] 10.254k
oneliner-chess-board.rRebol [
Title: "Chess board"
Date: 20-Jul-2003
File: %oneliner-chess-board.r
Purpose: "Displays an empty chess board"
One-liner-length: 126
Version: 1.0.0
Author: "Sunanda"
Library: [
level: 'beginner
platform: 'all
type: [How-to FAQ one-liner]
domain: 'game
tested-under: none
support: none
license: 'pd
see-also: none
]
]
g:[style b box black 50x50 style w b white space 0x0]loop 8[append g head reverse/part [b w b w b w b w return]8]view layout g |