Function arguments
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
fun dingus {
|
||||
println "hello"
|
||||
fun dingus in {
|
||||
println $in
|
||||
}
|
||||
|
||||
dingus
|
||||
dingus "hi there"
|
||||
|
||||
Reference in New Issue
Block a user