iphone - if([aString writeToFile: @"outfile" atomically: YES]) -


for code like

if([astring writetofile: @"outfile" atomically: yes]) 

i wondering if atomically parameter or parameter name?

parameter name variable called. guess call parameter parameter general term in opinion.

i think correct thing it's method name, it's part of it. can have parameters in between kind of split up.

and btw 1 of things love in objective c, code gets readable :)


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -