Merge pull request #2870 from apense/patch-6

Fixed code indentation in procs.txt
This commit is contained in:
Dominik Picheta
2015-06-04 19:21:30 +01:00

View File

@@ -404,7 +404,7 @@ dispatch.
result.a = a
result.b = b
echo eval(newPlus(newPlus(newLit(1), newLit(2)), newLit(4)))
echo eval(newPlus(newPlus(newLit(1), newLit(2)), newLit(4)))
In the example the constructors ``newLit`` and ``newPlus`` are procs
because they should use static binding, but ``eval`` is a method because it