23 lines
431 B
Factor
23 lines
431 B
Factor
|
|
IN: temporary
|
||
|
|
USING: io kernel math namespaces styles test ;
|
||
|
|
|
||
|
|
[ "A" ] [
|
||
|
|
[
|
||
|
|
[
|
||
|
|
H{ { highlight t } } [
|
||
|
|
H{ } [ "a" write ] with-nesting
|
||
|
|
] with-style
|
||
|
|
] string-out
|
||
|
|
] with-scope
|
||
|
|
] unit-test
|
||
|
|
|
||
|
|
[ "a" ] [
|
||
|
|
[
|
||
|
|
[
|
||
|
|
H{ } [
|
||
|
|
H{ { highlight t } } [ "a" write ] with-nesting
|
||
|
|
] with-style
|
||
|
|
] string-out
|
||
|
|
] with-scope
|
||
|
|
] unit-test
|