diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-10-30 13:17:54 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-10-30 13:17:54 +0000 |
| commit | a2a37bc9125906785830c62e6fa85529d428d63b (patch) | |
| tree | dc88ee3a2716ab23b4bf29fb426501d30151a314 /examples/math/MathEnz.gf | |
| parent | ab1af18cdb07d3671cbe04c4dfa89300b890dcc9 (diff) | |
mock up variables for js
Diffstat (limited to 'examples/math/MathEnz.gf')
| -rw-r--r-- | examples/math/MathEnz.gf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/math/MathEnz.gf b/examples/math/MathEnz.gf index b362040c2..d30e8114b 100644 --- a/examples/math/MathEnz.gf +++ b/examples/math/MathEnz.gf @@ -27,6 +27,10 @@ lin LString s = s ; VString s = s ; + V_x = ss "x" ; + V_y = ss "y" ; + V_z = ss "z" ; + -- lexicon Set = ss "set" ; |
