bayrell / BayLang

BayLang compiler source code
https://bayrell.org/ru/docs/baylang
Apache License 2.0
4 stars 0 forks source link

Get function arguments #81

Open ildar-ceo opened 1 year ago

ildar-ceo commented 1 year ago

args is Collection of arguments

void test(string name, *args)
{
}
ildar-ceo commented 1 year ago

Duplicate #49