6 lines
83 B
Text
6 lines
83 B
Text
def non_example {
|
|
to run(x, y) {
|
|
println(x)
|
|
println(y)
|
|
}
|
|
}
|