Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>It's all about the <strong>spacing, darling</strong>... as @Martin R said re: this, <a href="https://stackoverflow.com/questions/14660091/xcode-4-6-used-as-the-name-of-the-previous-parameter-rather-than-as-part-of-the">debateably BETTER question</a>... </p> <blockquote> <p>"It is sufficient to insert a space before the second parameter."</p> </blockquote> <p>Sufficient meaning, here, that Xcode shuts the hell up..</p> <p>In the spirit of that odd piece of syntatic trivia... here's my favorite Cocoa header file, EVER. and yes, those are all valid method names, hehe.</p> <pre><code>@interface NSString (JASillyString) -:a; -:a :b; -:a :b :c; -:a :b :c :d; -:a :b :c :d :e; -:a :b :c :d :e :f; -:a :b :c :d :e :f :g; -:a :b :c :d :e :f :g :h; -:a :b :c :d :e :f :g :h :i; -:a :b :c :d :e :f :g :h :i :j; -:a :b :c :d :e :f :g :h :i :j :k; -:a :b :c :d :e :f :g :h :i :j :k :l; -:a :b :c :d :e :f :g :h :i :j :k :l :m; -:a :b :c :d :e :f :g :h :i :j :k :l :m :n; -:a :b :c :d :e :f :g :h :i :j :k :l :m :n :o; -:a :b :c :d :e :f :g :h :i :j :k :l :m :n :o :p; -:a :b :c :d :e :f :g :h :i :j :k :l :m :n :o :p :q; -:a :b :c :d :e :f :g :h :i :j :k :l :m :n :o :p :q :r; -:a :b :c :d :e :f :g :h :i :j :k :l :m :n :o :p :q :r :s; -:a :b :c :d :e :f :g :h :i :j :k :l :m :n :o :p :q :r :s :t; -:a :b :c :d :e :f :g :h :i :j :k :l :m :n :o :p :q :r :s :t :u; -:a :b :c :d :e :f :g :h :i :j :k :l :m :n :o :p :q :r :s :t :u :v; -:a :b :c :d :e :f :g :h :i :j :k :l :m :n :o :p :q :r :s :t :u :v :w; -:a :b :c :d :e :f :g :h :i :j :k :l :m :n :o :p :q :r :s :t :u :v :w :x; -:a :b :c :d :e :f :g :h :i :j :k :l :m :n :o :p :q :r :s :t :u :v :w :x :y; -:a :b :c :d :e :f :g :h :i :j :k :l :m :n :o :p :q :r :s :t :u :v :w :x :y :z; @end </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload