Currently when declaring an imported or intrinsic function, you do not have to specify the parameter name:
#[intrinsic("print")]
print(__oly_object): ()
However, I believe for consistency, we should always require a parameter name; meaning example above would error.
Currently when declaring an imported or intrinsic function, you do not have to specify the parameter name:
However, I believe for consistency, we should always require a parameter name; meaning example above would error.