File:Remi turtlegrafik.png

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
Remi_turtlegrafik.png(451 × 451 pixels, file size: 94 KB, MIME type: image/png)

Summary

Example Output of <a href="https://en.wikipedia.org/wiki/en:Logo_programming_language" class="extiw" title="w:en:Logo programming language">Logo</a> (turtle graphic).

Logo source code to create this graphic:

to n_eck :ne :sz
repeat :ne [rt 360 / :ne fd :sz]
end

to mn_eck :ne :sz
repeat :ne [rt 360 / :ne n_eck :ne :sz]
end

Start Program with:

mn_eck 36 20

Licensing

Lua error in package.lua at line 80: module 'strict' not found.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current05:02, 17 January 2017Thumbnail for version as of 05:02, 17 January 2017451 × 451 (94 KB)127.0.0.1 (talk)<p>Example Output of <a href="https://en.wikipedia.org/wiki/en:Logo_programming_language" class="extiw" title="w:en:Logo programming language">Logo</a> (turtle graphic). </p> <p>Logo source code to create this graphic: </p> <pre>to n_eck :ne :sz repeat :ne [rt 360 / :ne fd :sz] end to mn_eck :ne :sz repeat :ne [rt 360 / :ne n_eck :ne :sz] end </pre> <p>Start Program with: </p> <pre>mn_eck 36 20 </pre>
  • You cannot overwrite this file.

The following page links to this file: