mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-04 14:03:53 +01:00
25 lines
278 B
INI
25 lines
278 B
INI
BOX testbox1
|
|
|
|
escaped "aaa\"bbb\\\"ccc#" # the string aaa"bbb\"ccc#
|
|
errored "aaa\\"bbb" # unterminated!
|
|
|
|
sample
|
|
#
|
|
# regular comments used in Perl, Shell scripts, etc.
|
|
#
|
|
ends
|
|
|
|
shapes {
|
|
w ("#")
|
|
}
|
|
|
|
elastic (
|
|
w
|
|
)
|
|
|
|
padding {
|
|
left 1
|
|
}
|
|
|
|
END testbox1
|