fay-0.9.2.0: tests/then.hs
{-# LANGUAGE NoImplicitPrelude #-}
module Then where
import Language.Fay.FFI
import Language.Fay.Prelude
main = print "Hello," >> print "World!"
print :: String -> Fay ()
print = ffi "console.log(%1)"