help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

loop macro tutorial


From: Michal
Subject: loop macro tutorial
Date: Wed, 17 Jun 2009 18:06:12 +0200
User-agent: mozilla news reader

Hallo group members.

with C-h f loop, i get:
Valid clauses are:
  for VAR from/upfrom/downfrom NUM to/upto/downto/above/below NUM by NUM,
  for VAR in LIST by FUNC, for VAR on LIST by FUNC, for VAR = INIT then EXPR,
  for VAR across ARRAY, repeat NUM, with VAR = INIT, while COND, until COND,
  always COND, never COND, thereis COND, collect EXPR into VAR,
  append EXPR into VAR, nconc EXPR into VAR, sum EXPR into VAR,
  count EXPR into VAR, maximize EXPR into VAR, minimize EXPR into VAR,
  if COND clause [and clause]... else clause [and clause...],
  unless COND clause [and clause]... else clause [and clause...],
  do EXPRS..., initially EXPRS..., finally EXPRS..., return EXPR,
  finally return EXPR, named NAME.


I does not tell me anything.
Do You know any sites that would explain 'loop' in more clear way?

best regards,
Michal


reply via email to

[Prev in Thread] Current Thread [Next in Thread]