mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-04 22:11:07 +01:00
36 lines
353 B
INI
36 lines
353 B
INI
|
BOX blank1
|
||
|
|
||
|
sample
|
||
|
(blank)
|
||
|
ends
|
||
|
|
||
|
shapes {
|
||
|
w (" ")
|
||
|
}
|
||
|
|
||
|
elastic (
|
||
|
w
|
||
|
)
|
||
|
|
||
|
END blank1
|
||
|
|
||
|
# -------------------------------------------------------
|
||
|
|
||
|
BOX blank2
|
||
|
|
||
|
sample
|
||
|
(blank)
|
||
|
ends
|
||
|
|
||
|
shapes {
|
||
|
w (" ", " ") # mix of tabs and spaces
|
||
|
e (" ", " ") # space only
|
||
|
s (" ", " ") # tab only
|
||
|
}
|
||
|
|
||
|
elastic (
|
||
|
w, e, s
|
||
|
)
|
||
|
|
||
|
END blank2
|