2006-06-14 02:16:53 -04:00
|
|
|
IN: temporary
|
|
|
|
|
USING: io kernel math namespaces styles test ;
|
|
|
|
|
|
2006-08-15 05:24:30 -04:00
|
|
|
[ "A" ] [
|
2006-06-14 02:16:53 -04:00
|
|
|
[
|
|
|
|
|
[
|
|
|
|
|
H{ { highlight t } } [
|
2006-08-15 05:24:30 -04:00
|
|
|
H{ } [ "a" write ] with-nesting
|
2006-06-14 02:16:53 -04:00
|
|
|
] with-style
|
|
|
|
|
] string-out
|
|
|
|
|
] with-scope
|
|
|
|
|
] unit-test
|
2006-06-17 15:59:44 -04:00
|
|
|
|
2006-08-15 05:24:30 -04:00
|
|
|
[ "a" ] [
|
2006-06-17 15:59:44 -04:00
|
|
|
[
|
|
|
|
|
[
|
|
|
|
|
H{ } [
|
2006-08-15 05:24:30 -04:00
|
|
|
H{ { highlight t } } [ "a" write ] with-nesting
|
2006-06-17 15:59:44 -04:00
|
|
|
] with-style
|
|
|
|
|
] string-out
|
|
|
|
|
] with-scope
|
|
|
|
|
] unit-test
|