3 lines
60 B
Text
3 lines
60 B
Text
foo(1,2,3)
|
|
-- or alternatively:
|
|
call(#foo, _movie, 1, 2, 3)
|
foo(1,2,3)
|
|
-- or alternatively:
|
|
call(#foo, _movie, 1, 2, 3)
|