Help for this page

Select Code to Download


  1. or download this
    #################################################
    # mandel.pasm ...run with "parrot mandel.pasm"
    ...
    
    END:    end
    ############################################
    
  2. or download this
    /* mandel.c  ... compile with gcc -o mandel mandel.c */
    #include <stdio.h> 
    ...
    
    }