1
0
forked from GitHub/gf-core

use UTF8 for several GF files

This commit is contained in:
Inari Listenmaa
2025-08-02 19:14:15 +02:00
parent 981d6b9bdd
commit 6f9f9642d7
8 changed files with 23 additions and 23 deletions

View File

@@ -6,7 +6,7 @@ concrete QueryFin of Query = {
Odd = pred "pariton" ;
Prime = pred "alkuluku" ;
Number i = i.s ;
Yes = "kyllä" ;
Yes = "kyllä" ;
No = "ei" ;
oper
pred : Str -> Str -> Str = \f,x -> "onko" ++ x ++ f ;