Date: Wed, 3 Mar 2004 17:30:31 -0800
From: solipsis <solipsis@HEVANET.COM>
To: WRYTING-L@LISTSERV.UTORONTO.CA
Subject: A codepoem from Edx

A codepoem from Edx

Public Be(void)
{
    m_Do();
}

Private Sub m_Do(void)
{
    If TheOtherIs(Me) Then
        If ( WordsSpeak( "this" ) )
            Yes is True;
        Else
            No is False;
        End If
    End If
}

Private Function TheOtherIs( zzz as Object)
(
    return Object == Me;
)

Private Function WordsSpeak( char as String)
{
    When and if (char)
    As Symbol to Sound,
    Identical,
    RETURN TRUE;
}




Back to nettime unstable digest vol 81