close
Warning:
Can't synchronize with repository "(default)" (/var/svn/mms does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Nov 30, 2010, 10:13:30 AM (14 years ago)
- Author:
-
Pedro Gea
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
19 | 19 | [[ |
20 | 20 | Text _.grammar = <grammar>; |
21 | | Text _.name = <nombre>; |
| 21 | Text _.name = <nombre>; |
22 | 22 | Text _.description = "..."; |
23 | 23 | Set _.tags = [[...]]; |
… |
… |
|
44 | 44 | MMS::@Variable v = dataSet::CreateVariable( |
45 | 45 | [[ |
46 | | Text _.grammar = <grammar>; |
47 | | Text _.name = <nombre>; |
| 46 | Text _.name = <nombre>; |
48 | 47 | Text _.description = "..."; |
49 | 48 | Set _.tags = [[...]]; |
| 49 | Text _.type = <grammar>; |
50 | 50 | Text _.expression = "..." |
51 | 51 | ]]) |