USING: help.syntax help.markup ; IN: core-foundation.urls HELP: { $values { "string" "a pathname string" } { "dir?" "a boolean indicating if the pathname is a directory" } { "url" "a " { $snippet "CFURL" } } } { $description "Creates a new " { $snippet "CFURL" } " pointing to the given local pathname." } ; HELP: { $values { "string" "a URL string" } { "url" "a " { $snippet "CFURL" } } } { $description "Creates a new " { $snippet "CFURL" } "." } ;