Sha256: d5e64729f37587b3ce93d3aaf70d597f719b2f7bc973715d861b1a429feee790
Contents?: true
Size: 299 Bytes
Versions: 43
Compression:
Stored size: 299 Bytes
Contents
/*jsl:option explicit*/ /*conf:+block_without_braces*/ function block_without_braces() { var i; if (i) i++; /*warning:block_without_braces*/ do i--; /*warning:block_without_braces*/ while (i); for (i = 0; i < 10; i++) i *= 2; /*warning:block_without_braces*/ }
Version data entries
43 entries across 43 versions & 1 rubygems