foreign
expression#
A foreign expression executes a function defined by a native module. It has the following syntax:
foreign some.name(Argument-1, Argument-2, Argument-3,);
Trailing commas are allowed in the list of arguments, but not required.