1. 1.
    0
    Clrtext
    lbl first
    input a," Hello World"
    input b," Hello Hell"
    input c," Hello Heaven"

    if a<c or b<c
    then
    Message " Şakirt detected"
    ifend
    if b<a or c<a
    then
    Message " Dunya boş"
    ifend
    if c<b and a<b
    then
    Print " Hell yeahh for big satan"
    if end
    goto first
    ···
   tümünü göster