Unsupported titles/`period``period`: difference between revisions

From Wiktionary, the free dictionary
Jump to navigation Jump to search
Content deleted Content added
m Edit rfd section.
+range operator
Line 10: Line 10:
#: ''flavor = "chocolate"''
#: ''flavor = "chocolate"''
#: ''sentence = "I want a " '''..''' flavor '''..''' " ice cream." -- the resulting sentence is "I want a chocolate ice cream."''
#: ''sentence = "I want a " '''..''' flavor '''..''' " ice cream." -- the resulting sentence is "I want a chocolate ice cream."''
# {{lb|mul|programming}} A [[range]] operator in some [[programming language]]s, including [[Perl]].
#: ''foreach(1 .. 10) # this is a range from 1 to 10''


[[fr:Titres non pris en charge/Double points]]
[[fr:Titres non pris en charge/Double points]]

Revision as of 02:05, 22 April 2016

See also: .

Translingual

Symbol

..

  1. (computing) The parent directory.
    Type "cd Photos/Wallpapers" to go to the Wallpapers folder. Then you can type "cd .." to go to back to the Photos folder.
  2. (Should we [[Lua error in Module:languages/errorGetBy at line 16: Please specify a language code in the first parameter; the value "{{{1}}}" is not valid (see Wiktionary:List of languages).#..|delete]]([{{fullurl:Lua error in Module:languages/errorGetBy at line 16: Please specify a language code in the first parameter; the value "{{{1}}}" is not valid (see Wiktionary:List of languages).|action=edit&section=new&preload=Template:rfd-sense/preload$1&preloadparams%5B%5D=%3Cstrong+class%3D%22error%22%3E%3Cspan+class%3D%22scribunto-error%22+id%3D%22mw-scribunto-error-e2442fc1%22%3ELua+error+in+Module%3Alanguages%2Ftemplates+at+%5B%5BModule%3Alanguages%2Ftemplates%23L-18%7Cline+18%5D%5D%3A+Parameter+1+is+required.%3C%2Fspan%3E%3C%2Fstrong%3E&preloadtitle=%5B%5B..%23rfd-sense-notice-{{{1}}}-%7cUnsupported+titles%2F%60period%60%60period%60%5D%5D}} +]) this sense?)Lua error in Module:parameters at line 290: Parameter 1 should be a valid language or etymology language code; the value "{{{1}}}" is not valid. See WT:LOL and WT:LOL/E. (programming) The concatenation operator in Lua.
    flavor = "chocolate"
    sentence = "I want a " .. flavor .. " ice cream." -- the resulting sentence is "I want a chocolate ice cream."
  3. (programming) A range operator in some programming languages, including Perl.
    foreach(1 .. 10) # this is a range from 1 to 10