7 lines
79 B
Plaintext
Raw Normal View History

2018-06-04 21:09:18 +02:00
def greet() -> <out : Str>
in Bash *{
out="Hello World"
2018-06-04 21:09:18 +02:00
}*
( greet()|out );