Jump to content

Julia: Difference between revisions

2 bytes added ,  4 October 2019
Line 108: Line 108:


===Basics===
===Basics===
===Functions===
====Functions====
You can chain functions using the pipe operator <code>|></code>. This is similar to <code>%>%</code> in [[R]] or <code>|></code> in [[F_sharp| F#]]
You can chain functions using the pipe operator <code>|></code>. This is similar to <code>%>%</code> in [[R]] or <code>|></code> in [[F_sharp| F#]]
<syntaxhighlight lang="julia>
<syntaxhighlight lang="julia>