Logo

Programming-Idioms

This language bar is your friend. Select your favorite languages!
  • Fortran
  character(len=*), parameter :: planet = "Earth"
character(*), parameter :: planet = "Earth"

(sorry this is redundant with an already existing snippet; please delete this one)
planet : constant String := "Earth";

New implementation...
< >
programming-idioms.org