From 58ea5a4e988330b0ddb35373257def1d35d72c61 Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 8 Jan 2015 17:48:28 +0900 Subject: Fixed grammar in 'let statment' --- doc/manual/stmts.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/manual') diff --git a/doc/manual/stmts.txt b/doc/manual/stmts.txt index e31be7121..6222624e4 100644 --- a/doc/manual/stmts.txt +++ b/doc/manual/stmts.txt @@ -133,7 +133,7 @@ let statement ------------- A ``let`` statement declares new local and global `single assignment`:idx: -variables and binds a value to them. The syntax is the of the ``var`` +variables and binds a value to them. The syntax is the same as that of the ``var`` statement, except that the keyword ``var`` is replaced by the keyword ``let``. Let variables are not l-values and can thus not be passed to ``var`` parameters nor can their address be taken. They cannot be assigned new values. -- cgit 1.4.1-2-gfad0