Subversion Repositories wimsdev

Rev

Rev 555 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 555 Rev 12855
Line 2... Line 2...
2
# It is read and interpreted by wims for all valid calls to the module.
2
# It is read and interpreted by wims for all valid calls to the module.
3
 
3
 
4
 
4
 
5
# how to detect the need to compute?
5
# how to detect the need to compute?
6
!if $cmd=reply
6
!if $cmd=reply
7
 error=
7
  error=
8
 compute=yes
8
  compute=yes
9
 
-
 
10
 
9
 
11
!endif
10
!endif
12
 
11