www.fifi.org Documentation Manpages GNU Info Debian document tree Whole document tree Trigance web page Public services User info Mailing lists Secure server Multilingual usage
Copyright (C) 2000-2012 Philippe Troin <webmaster@fifi.org>.
Validate HTML Validate CSS
GNU Info
`pass' Statements ================= The `pass' statement does nothing. It can be used when a statement is required syntactically but the program requires no action. For example: >>> while 1: ... pass # Busy-wait for keyboard interrupt ...