Perl Cd Bookshelf [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Perl Cd Bookshelf [Electronic resources] - نسخه متنی

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید










3.19. List Operators (Rightward)



The right side of a list operator governs all the list operator''s
arguments, which are comma separated, so the precedence of a list
operator is lower than a comma if you''re looking to the right. Once a
list operator starts chewing up comma-separated arguments, the only
things that will stop it are tokens that stop the entire expression
(like semicolons or statement modifiers), or tokens that stop
the current subexpression (like right parentheses or brackets), or
the low precedence logical operators we''ll talk about next.






/ 875