7 lines
79 B
Plaintext

def greet() -> <out : Str>
in Bash *{
out="Hello World"
}*
( greet()|out );