2018-06-04 21:09:18 +02:00

7 lines
79 B
Plaintext

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