mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
* Update grammar * update prettifier * Update semantic analysis - Move checks for 'super' and non-static to semantic analyzer - Add checks for byref and default * Add, update tests * update escript guide, add tests for examples in guide * update core-changes * Address Discord comments - Update core-changes to explicitly talk about default parameters
4 lines
46 B
Text
4 lines
46 B
Text
function foo( default k )
|
|
endfunction
|
|
|
|
foo();
|