From 48f0a7af6acc58f586740b921d7fa0fbde722d92 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 13 May 2003 19:58:09 +0000 Subject: max is often more useful than man when one really want to find out the higher value in a list ... --- tutorial.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tutorial.html') diff --git a/tutorial.html b/tutorial.html index 3db5d42..9fe5147 100644 --- a/tutorial.html +++ b/tutorial.html @@ -214,7 +214,7 @@
  • - man(LIST): returns the maximum number from a list + max(LIST): returns the maximum number from a list

  • -- cgit v1.2.1