User talk:Wolf: Difference between revisions

(→‎4DOS examples: new section)
Line 4:
 
Hello and welcome to Rosetta Code. I noticed you provided some examples in [[:Category:4DOS Batch|4DOS Batch]]. However, the language tag you have chosen for syntax highlighting was »4DOS Batch« as well. While there is ''theoretically'' nothing wrong with that please bear in mind that said tag ultimately maps back into a file name. Linux and similar systems are case-sensitive in their file systems and often applications don't particularly like spaces in it. If you look around, all other language tags are using lower-case characters and no spaces in them. I changed the tag to »4dos« in the examples you provided and also put that one in the list of recommended ones [http://rosettacode.org/wiki/Rosetta_Code:Village_Pump/Syntax_Highlighting#Recommended_language_tag_usage here]. You were right in choosing a fitting language tag to begin with though, even though there is no syntax highlighting support yet. —[[User:Hypftier|Johannes Rössel]] 10:13, 13 May 2010 (UTC)
 
==[[Symmetric difference]]==
If you follow the note in the task description and call your function with:
setA = John, Bob, Mary, Serena,
setB = Jim, Mary, John, Jim, Bob
Do you get the same correct result? I don't know AutoHotkey but it looks as if you would not. --[[User:Paddy3118|Paddy3118]] 21:06, 19 May 2010 (UTC)
Anonymous user