# KEHOME/homepage/speakMKR.html
# Aug/5/2003
Do you speak MKR?

Do you speak MKR?

MKR is a simple English-like language consisting of


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 existent done;

    set hfocus = [person, event];
    set kbmode = google;

    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 = ?;
    };

See MKR grammar and MKE tutorial for details


MKE home