Fixed code indentation in procs.txt

Now matches tut2.txt
This commit is contained in:
apense
2015-06-04 13:31:40 -04:00
committed by Oscar Campbell
parent 83369f4bce
commit e132032b0f

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