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