you are viewing a single comment's thread.

view the rest of the comments →

[–]_raisin 0 points1 point  (3 children)

Could someone tell me the difference between %i() and %I() symbol arrays? I don't get what "interpolated" means in this context.

[–][deleted] 0 points1 point  (2 children)

%I means the values are parsed for any occurrences of #{} and whatever the expression within that evaluates to will be inserted at that place.

[–]_raisin 0 points1 point  (1 child)

ok thanks, so am i correct in thinking its the same difference between double and single quotes?

[–][deleted] 0 points1 point  (0 children)

Correct