1
0
forked from GitHub/gf-rgl

Added NumPN to Symbol.

This commit is contained in:
bringert
2007-10-19 16:56:22 +00:00
parent b79615f559
commit a95749ab97
6 changed files with 6 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ lin
SymbPN i = {s = \\c => i.s ; a = agrP3 Sg} ; --- c
IntPN i = {s = \\c => i.s ; a = agrP3 Sg} ; --- c
FloatPN i = {s = \\c => i.s ; a = agrP3 Sg} ; --- c
NumPN i = {s = \\c => i.s ; a = agrP3 Sg} ; --- c
CNIntNP cn i = {
s = \\c => (cn.s ! Sg ! Nom ++ i.s) ;
a = agrP3 Sg