2008-12-08 21:04:13 -05:00
|
|
|
! Copyright (C) 2008 Slava Pestov.
|
|
|
|
! See http://factorcode.org/license.txt for BSD license.
|
2009-04-05 21:44:12 -04:00
|
|
|
USING: kernel present prettyprint.custom prettyprint.sections
|
|
|
|
prettyprint.backend urls ;
|
2008-12-08 21:04:13 -05:00
|
|
|
IN: urls.prettyprint
|
|
|
|
|
2009-04-05 21:44:12 -04:00
|
|
|
M: url pprint*
|
|
|
|
\ URL" record-vocab
|
|
|
|
dup present "URL\" " "\"" pprint-string ;
|