Help for this page

Select Code to Download


  1. or download this
    lambda {
       read {
    ...
          syswrite(...)
       }}
    }
    
  2. or download this
    print mapcar( lambda { 1 + shift })-> wait(1..5);
    23456