qt6-bb10/qtdeclarative/tests/auto/qml/qmlformat/data/simpleLoop.js

2 lines
42 B
JavaScript

var a=1;for(var ii=1;ii<10;++ii){a=a*ii;}