an idea

0 views
Skip to first unread message

Tim Uckun

unread,
Nov 10, 2009, 7:19:09 PM11/10/09
to autom...@googlegroups.com
I find myself doing this a lot.

modified = false

modified |= blah
modified |= blah

blah if modified

modified = false

modified |= blah
.....


What do you think of a global $modified variable? Of course each
automated action would set the $modified |= variable but that would
enable the recipes to look like this.

$modified = false

blah
blah
blah if $modified

$modified = false

blah

....
Reply all
Reply to author
Forward
0 new messages