[rohrpost] Re: Out now: Matthias Weiß: Netzkunst

un at dom.de un at dom.de
Mit Dez 2 17:27:57 CET 2009


# true - do nothing, successfully

while true
  do
    false
  done


# false - do nothing, unsuccessfully

while false
  do
    true
  done


> Das hat sicherlich eine technische Seite. Aber das Verständnis von 
> Quellcode halte ich von untergeordneter Bedeutung.

un at aporee:~$