Groups | Search | Server Info | Login | Register


Groups > comp.lang.scheme > #6585

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

From HenHanna@NewsGrouper <user4055@newsgrouper.org.invalid>
Newsgroups rec.puzzles, comp.lang.python, comp.lang.lisp, comp.lang.scheme
Subject (let ((myLoc 50) (fenceLoc 100)) (dotimes (Distance 0 101) (if (Distance > fenceLoc) ...))
Date 2026-04-26 23:56 +0000
Message-ID <1777247776-4055@newsgrouper.org> (permalink)

Cross-posted to 4 groups.

Show all headers | View raw



(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

Back to comp.lang.scheme | Previous | Next | Find similar


Thread

 (let ((myLoc 50) (fenceLoc 100))   (dotimes (Distance 0 101)   (if (Distance > fenceLoc) ...)) HenHanna@NewsGrouper <user4055@newsgrouper.org.invalid> - 2026-04-26 23:56 +0000

csiph-web