mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
12 lines
326 B
Plaintext
12 lines
326 B
Plaintext
--# -path=.:..:present:prelude
|
|
|
|
concrete PeacePhrases_Swe of PeacePhrases =
|
|
PeaceCat_Swe ** open CommonScand in {
|
|
|
|
lin
|
|
Hello = { s = "hej" ++ "." } ;
|
|
GoodMorning = { s = ["god morgon"] ++ "." } ;
|
|
GoodEvening = { s = ["god kväll"] ++ "." } ;
|
|
WhatIsNamePron p = { s = ["vad heter"] ++ p.s!NPNom ++ "?"; };
|
|
|
|
} |