1
0
forked from GitHub/gf-rgl

editor command pc n ; resource/finnish

This commit is contained in:
aarne
2005-06-10 14:59:58 +00:00
parent 3a97c0944c
commit a4cbd96b28
6 changed files with 2314 additions and 5 deletions

View File

@@ -294,7 +294,7 @@ oper
vOlla = verbOlla ** {lock_V = <>} ;
vEi = verbEi ** {lock_V = <>} ;
mkTV = \v,c,p,o -> v ** {s3 = p ; s4 = o ; c = c ; lock_TV = <>} ;
---- mkTV = \v,c,p,o -> v ** {s3 = p ; s4 = o ; c = c ; lock_TV = <>} ;
tvCase = \v,c -> mkTV v c [] [] ;
tvDir v = mkTransVerbDir v ** {lock_TV = <>} ;
} ;