Sha256: 2da6e632347bb9b5ddbe2e66199c4410767c1b3b49741390b4cc01801d3163f0
Contents?: true
Size: 394 Bytes
Versions: 43
Compression:
Stored size: 394 Bytes
Contents
/*jsl:option explicit*/ function inc_dec_within_stmt() { var x; do { var y = x--; /*warning:inc_dec_within_stmt*/ } while (x > 0); do y = x--; /*warning:inc_dec_within_stmt*/ while (x > 0); do { /*jsl:ignore*/ var y = x--; /*jsl:end*/ } while (x > 0); Label--: /*warning:bad_label*/ do { x++; } while (x < 0); }
Version data entries
43 entries across 43 versions & 1 rubygems