https://bugzilla.redhat.com/show_bug.cgi?id=834069
--- Comment #2 from Patrick Uiterwijk <[email protected]> --- Created attachment 594249 --> https://bugzilla.redhat.com/attachment.cgi?id=594249&action=edit test.icl This is an example Clean Program which calculates ((1+2)*3)^4 by using Peano arithmatic. This can be used to verify that the Clean compiler works accurately. You can put this in a directory, and execute the command "clm test" to generate the program (a.out). Afterwards, you can run it by using ./a.out, and verify that the outcome is indeed 6561. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
