- Perl 6 Deep Dive
- Andrew Shitov
- 69字
- 2021-07-03 00:05:56
Operators in Perl 6
There are a few dozen built-in operators in Perl 6. To make the overview more structured, we will group them in groups corresponding to the categories that we described in the previous sections:
- Infix operators
- Postfix operators
- Circumfix operators
- Postcircumfix operators
In the following sections, we will examine operators of Perl 6 grouped into these categories. Within each category, operators are arranged in descending precedence.
推薦閱讀
- TypeScript入門與實(shí)戰(zhàn)
- ReSharper Essentials
- Java Web開發(fā)之道
- Vue.js入門與商城開發(fā)實(shí)戰(zhàn)
- SQL for Data Analytics
- Python Geospatial Development(Second Edition)
- Object-Oriented JavaScript(Second Edition)
- Java Web程序設(shè)計(jì)任務(wù)教程
- Visual C#.NET程序設(shè)計(jì)
- Haskell Data Analysis Cookbook
- 案例式C語(yǔ)言程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)
- 移動(dòng)增值應(yīng)用開發(fā)技術(shù)導(dǎo)論
- Python數(shù)據(jù)可視化之美:專業(yè)圖表繪制指南(全彩)
- 硬件產(chǎn)品設(shè)計(jì)與開發(fā):從原型到交付
- jQuery技術(shù)內(nèi)幕:深入解析jQuery架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理