Open parsifal-47 opened 6 years ago
Example:
my_method(a = "1", b = 2)
Currently it works only for functional calls, initially I had an idea that it has no use outside this case, but apparently the following form is also useful:
my_method(a = "1", lst = (a1 = "2", b1 = 3))
https://github.com/satori-com/mzbench/pull/145
Example:
Currently it works only for functional calls, initially I had an idea that it has no use outside this case, but apparently the following form is also useful: