Test for functional argument passing (#336)

* Test for functional argument passing
This commit is contained in:
seph
2019-05-13 08:40:58 -04:00
committed by Ron Evans
parent 8d3f19bc84
commit a4cd3bb77c
2 changed files with 24 additions and 0 deletions
+2
View File
@@ -7,3 +7,5 @@ Thing.Print: foo arg: bar
bound method: foo
thing inside closure: foo
inside fp closure: foo 3
Thing.Print: arg: functional args 1
Thing.Print: named thing arg: functional args 2