fixed some tutorial grammars and updated embedded section (JavaScript and web TODO)

This commit is contained in:
aarne
2008-11-11 09:21:59 +00:00
parent ca59050abc
commit db18350b1e
9 changed files with 163 additions and 100 deletions

View File

@@ -0,0 +1,15 @@
concrete QueryEng of Query = {
lincat
Answer, Question, Object = Str ;
lin
Even x = "is" ++ x ++ "even" ;
Odd x = "is" ++ x ++ "odd" ;
Prime x = "is" ++ x ++ "prime" ;
Number n = n.s ;
Yes = "yes" ;
No = "no" ;
}