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.

Changes between Version 2 and Version 3 of upgrade/variables


Ignore:
Timestamp:
Nov 30, 2010, 10:13:30 AM (14 years ago)
Author:
Pedro Gea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • upgrade/variables

    v2 v3  
    1919[[
    2020  Text _.grammar = <grammar>;
    21   Text _.name  = <nombre>;
     21  Text _.name = <nombre>;
    2222  Text _.description = "...";
    2323  Set  _.tags = [[...]];
     
    4444MMS::@Variable v = dataSet::CreateVariable(
    4545[[
    46   Text _.grammar = <grammar>;
    47   Text _.name  = <nombre>;
     46  Text _.name = <nombre>;
    4847  Text _.description = "...";
    4948  Set  _.tags = [[...]];
     49  Text _.type = <grammar>;
    5050  Text _.expression = "..."
    5151]])