diff options
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" ; |
