5 lines
56 B
Text
5 lines
56 B
Text
|
|
def non_example(x, y) {
|
||
|
|
println(x)
|
||
|
|
println(y)
|
||
|
|
}
|