bayrell / BayLang

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

add function @args #49

Closed ildar-ceo closed 1 year ago

ildar-ceo commented 4 years ago
void f()
{
    int args_count = @args.count();
    string first_argument = @args[0];
}
ildar-ceo commented 1 year ago

81