nowdoc-0.1.0.0: samples/sample4.hs
{-# LANGUAGE QuasiQuotes #-}
import Text.Nowdoc
main :: IO ()
main = putStr src
src :: String
src = [nowdoc|
$hello = "hello"
$world = "world"
puts $hello, $world
|]
{-# LANGUAGE QuasiQuotes #-}
import Text.Nowdoc
main :: IO ()
main = putStr src
src :: String
src = [nowdoc|
$hello = "hello"
$world = "world"
puts $hello, $world
|]