Long year: Difference between revisions

Content deleted Content added
Markjreed (talk | contribs)
→‎{{header|Logo}}: Add implementation.
Markjreed (talk | contribs)
→‎{{header|Terraform}}: single-quotes are not legal string delimiters (anymore? were they ever?)
Line 2,180:
 
=={{header|Terraform}}==
{{works with|Terraform|0.13+}}
Contents of main module:
 
Line 2,222:
<lang terraform>variable year {
type = string
default = ''""
}