• (let ((myLoc 50) (fenceLoc 100)) (dotimes (Distance 0 101) (if (Dis

    From Unknown@3:633/10 to All on Sun Apr 26 23:56:16 2026
    Subject: (let ((myLoc 50) (fenceLoc 100)) (dotimes (Distance 0 101) (if (Distance > fenceLoc) ...))



    (This is good -- Let's have more!)


    (let ((myLoc 50) (fenceLoc 100))
    (dotimes (Distance 0 101)
    (if (Distance > fenceLoc)
    .....))



    _________________________

    Begin
    yourLocation = 50
    fenceLocation = 100

    For Each BladeOfGrass
    {
    If itsLocation > 100
    Then itsColor = #009900
    Else itsColor = #007700
    }
    End

    --- PyGate Linux v1.5.14
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)