Endophyton

Endophyton is a genus of filamentous green algae comprising approximately 3 species. Branching is irregular. The medulla has a filamentous construction.

Endophyton
Scientific classification
Phylum: Chlorophyta
Class: Chlorophyceae
Order: Chaetophorales
Family: Chaetophoraceae
Genus: Endophyton
N.L. Gardner, 1909

Species

The species currently recognised are:E. laurenciae and E. atroviridis.

gollark: If you want to run stuff downloaded from the interweb in a script then:```lualocal h = http.get "whatever URL"local x = h.readAll()h.close()local fn, err = load(x, "@thing")if not fn then error(err) endfn(...)```
gollark: You can actually just use `wget run [URL]` or something in the command prompt.
gollark: If you want to save it to a file then```lualocal h = http.get "whatever URL"local f = fs.open("whatever file", "w")f.write(h.readAll())h.close()```
gollark: In general something like```lualocal h = http.get "whatever URL"local text = h.readAll()h.close()```to download a file to the variable `text`.
gollark: Yes.

References

  • Guiry, M.D.; Guiry, G.M. (2008). "Endophyton". AlgaeBase. World-wide electronic publication, National University of Ireland, Galway. Retrieved 2009-02-21.


    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.