2015-04-17 20:40:12 -04:00
|
|
|
! Copyright (C) 2015 John Benediktsson
|
|
|
|
! See http://factorcode.org/license.txt for BSD license
|
2015-04-19 23:49:32 -04:00
|
|
|
USING: fry io io.encodings.utf8 io.launcher multiline sequences ;
|
2015-04-17 20:40:12 -04:00
|
|
|
IN: backticks
|
|
|
|
|
|
|
|
SYNTAX: `
|
2015-04-19 23:49:32 -04:00
|
|
|
"`" parse-multiline-string
|
2015-04-17 20:40:12 -04:00
|
|
|
'[ _ utf8 [ contents ] with-process-reader ]
|
|
|
|
append! ;
|