Changes between Version 80 and Version 81 of IR2
- Timestamp:
- 05/07/21 07:49:31 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IR2
v80 v81 265 265 $system int $choose_int($int n); // how is this different than $new($int)? 266 266 267 268 267 }}} 268 269 === bundle.cvh === 270 271 {{{ 269 272 $int $bundle_size($bundle b); // number of elements in bundle or size in bytes? 270 273 $bundle $bundle_pack(void *ptr, int size); … … 273 276 274 277 }}} 278 275 279 276 280 === `math.cvh` ===
