Changeset c12b2ae in mainline for uspace/dist/src/bithenge/test-repeat.bh
- Timestamp:
- 2012-08-07T05:00:41Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ad5c8a48
- Parents:
- a8be91a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/dist/src/bithenge/test-repeat.bh
ra8be91a rc12b2ae 3 3 .one <- repeat(1) { uint8 }; 4 4 .count <- uint8; 5 .many <- repeat(.count) { uint8 }; 5 if (true) { # test whether .count is still accessible 6 .many <- repeat(.count) { uint8 }; 7 } 6 8 }; 7 9
Note:
See TracChangeset
for help on using the changeset viewer.