1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 08:39:30 +00:00

[stdlib] add optional default value for table and struct call

This commit is contained in:
Étienne Fildadut 2024-01-16 14:34:18 +01:00
parent 5733b9f74b
commit c54fa4344f
3 changed files with 24 additions and 4 deletions

View file

@ -27,6 +27,6 @@
x={4}
|no={a(x)}
|no={a(x,())}
f!