# KEHOME/homepage/speakMKR.html
# Oct/4/2005 Feb/9/2007
Do you speak MKR?
Do you speak MKR?
MKR is a simple English-like language consisting of
- statements
- questions
- commands
- assignments
- control structures
Here are a few examples
Sue, John isa person;
Sue has sex = female;
Sue rel father John;
John do walk from home to the store done;
? has sex = female;
John do ? done;
do read from owl.ku done;
do simplify lattice od person done;
let hfocus = [person, event];
let kbmode = gdbm;
if Sue isin phonebook;
then do call od Sue done;
else do print od "Sue not found" done;
fi;
every p isa person {
$p has home address = ?;
};
For more details, see
MKR introduction
MKR/MKE tutorial
MKE home