From 8a842809d71bbc32c643b71c5f1e2f73f0ff1266 Mon Sep 17 00:00:00 2001 From: tcurtis Date: Mon, 19 Jul 2010 23:12:50 -0500 Subject: [PATCH] Add TODO. --- doc/tutorial_episode_7.pod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/tutorial_episode_7.pod b/doc/tutorial_episode_7.pod index 003eac7..41daf5d 100644 --- a/doc/tutorial_episode_7.pod +++ b/doc/tutorial_episode_7.pod @@ -223,6 +223,8 @@ to true, evaluate the second child. Guess what pasttype you'd need for that! =head2 Operators PAST types and PIR instructions +# TODO Update the default result. Pretty sure it goes to action method but check. + In the previous section, we introduced the C clause that you can specify. This means that for that operator (for instance, the C operator we discussed), a C node is created. What happens