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

    From HenHanna@NewsGrouper@user4055@newsgrouper.org.invalid to rec.puzzles,comp.lang.python,comp.lang.lisp,comp.lang.scheme on Sun Apr 26 23:56:16 2026
    From Newsgroup: comp.lang.python



    (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
    --- Synchronet 3.21f-Linux NewsLink 1.2