Skip to Search
Skip to Navigation
Skip to Content
Community
|
Code
|
Docs
|
Downloads
▼
Perl
Python
Tcl
Komodo IDE
|
more
▼
Lists
Support
PPM Index
PyPM Index
Welcome, guest
|
Sign In
|
My Account
|
Store
|
Cart
ActiveState Code
»
Recipes
Languages
Tags
Authors
Sets
Recipe 52208 revision 1
Before: if i < 1: doSomething() After: if 0: # i< 1 doSomething()
« Back to Recipe 52208
History
revision 1
(23 years ago)
x
Undo