mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
- Introduce $vaarg[...] syntax and deprecate the old $vaarg(...).
- Similar change to `$vasplat`: `$vasplat` and `$vasplat[1..]`.
This commit is contained in:
@@ -19,7 +19,7 @@ macro @with_mode(String user, #action, ...)
|
||||
@scope(context_user)
|
||||
{
|
||||
context_user = user;
|
||||
return #action($vasplat());
|
||||
return #action($vasplat);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user