elena-lang icon indicating copy to clipboard operation
elena-lang copied to clipboard

Support an array operation with external function arguments

Open arakov opened this issue 4 years ago • 0 comments

Describe the bug An error is raised when an external function argument is a result of an array operation

To Reproduce

public program()
{
    short buffer[3];
    extern USER32.IsCharLowerW(buffer[0]);
}

Expected behavior An external operation should support an array operation with an argument

arakov avatar Jun 03 '20 14:06 arakov