Changes between Version 120 and Version 121 of IR
- Timestamp:
- 12/09/15 16:40:16 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IR
v120 v121 409 409 Example of declaration of a system function defined in library Concurrency: 410 410 {{{ 411 fun[ lib="edu.udel.cis.vsl.civl.lib.Concurrency"] f(x: Real, b: Bool): Float[32,33] {}411 fun[package="edu.udel.cis.vsl.civl.lib", lib="Concurrency"] f(x: Real, b: Bool): Float[32,33] {} 412 412 }}} 413 413
