Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Apache/docs/manual/programs/   (Apache Software Stiftung Version 2.4.65©)  Datei vom 7.0.2025 mit Größe 13 kB image not shown  

Quellcode-Bibliothek params-1.js   Sprache: unbekannt

 
// arrow functions may have empty arguments

var f = () => 'x';
assertEq(f.length, 0);
assertEq(f(), 'x');
assertEq(f(0, 1, 2, 3, 4, 5, 6, 7, 8, 9), 'x');

Messung V0.5
C=89 H=83 G=85

[ 0.8Quellennavigators  Projekt   ]