Lista de Discussão de MAC 5726 - Biologia Computacional
[Prévia por Data][Próxima por Data]
[Prévia por Assunto][Próxima por Assunto]
[Índice por Data][Índice por Assunto]
[Envie uma nova mensagem para a lista]
[Responda esta mensagem]
Operators with higher precedence are listed.
- SUBJECT: Operators with higher precedence are listed.
- FROM: Fabiana Rocha <farocha12@uol.com.br>
- Date: Sun, 28 Oct 2001 18:42:29 -0200 (BRST)
Comments
All text on a line following a semicolon is ignored.
Examples:
; this is a comment
transmit "hello" ; transmit the string "hello"
7.0 Keywords
Keywords specify the structure of the script. Unlike commands, they do not perform an action. The keywords are listed below.
proc name
Indicates the beginning of a procedure. All scripts must have a main procedure (proc main).
Restrictions.com