The repeat process can run a quantified set of repeated goals, including Ambient Stochastic Pi Calculus (biospi, spifcp) processes. repeat#run() where: ::= , ::= * ::= () [] ::= # # () # [] ::= ::= () ::= , Notes: ----- A negative is treated as zero. The logix system provides several standard predicates. These include: true string_length(, ) string_to_dlist(, , ) list_to_string(, ) nth_char(, ) all of the standard functions, where the function reply is an additional argument - e.g. cos(, Cosine_of_number). For a complete list, in a logix session enter: l/50;at(system) Examples: -------- 1. repeat#run(64*dimerization#A_PROTEIN) 2. repeat#run([activator#6*(A_PROTEIN,A_GENE), repressor#R_GENE]) 3. repeat#run([2*(activator#A_GENE,3*repressor#R_GENE), hysteresis#MODULE]) This process is used by the run, record and trace macros (see record.txt). 4. atrace(porinN#(4*Mole, 2*Cell), file, 10) (See efcp/SpiFcp/[BioSpi/] Examples & user_macros.txt). This document is licensed under Gnu General Public License - Version 3 http://www.nongnu.org/efcp/gnu-gpl3.html