Horje
for in racket Code Example
for in racket
(for ([id sequence-expr] ...)
   body ...+)
  
example:
(for ([i '(1 2 3)])
   (display (* i i)))

; 149




Whatever

Related
nk meaning Code Example nk meaning Code Example
height of a tree in ruby Code Example height of a tree in ruby Code Example
gns3 in azure Code Example gns3 in azure Code Example
centralised system Code Example centralised system Code Example
how to add load like facebook Code Example how to add load like facebook Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7