Documentation for % and the |> tokens? #4490
olatheander
started this conversation in
General
Replies: 1 comment 1 reply
-
is the same as
The
uses the result from the previous line (probably a plane) as the second argument to startProfileAt. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've played around with the modeler after listening to the episode in Developer Voices. I did a honest try browsing the docs for the KCL language but I can find a clear definition of what's the meaning of the
%
and the|>
tokens?E.g. in a KCL like:
What does it mean to start a line with
|>
and what does the%
mean?Beta Was this translation helpful? Give feedback.
All reactions