Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/papers/concurrency/examples/Fib.py

    ra573c22 re73d449  
    44        while True:
    55                fn = fn1 + fn2; fn2 = fn1; fn1 = fn; yield fn
     6
     7
    68
    79f1 = Fib()
     
    1214# Local Variables: #
    1315# tab-width: 4 #
    14 # compile-command: "python3.7 Fib.py" #
     16# compile-command: "python3.5 Fib.py" #
    1517# End: #
Note: See TracChangeset for help on using the changeset viewer.