Getting Started¶
A minimal path from code to output.
1) Write a transform¶
Create hello.bl:
2) Run it locally¶
3) Try it in the Playground¶
Open hello-transform and edit the program or input.
Next steps¶
- Learn the syntax in the Tour of Branchline.
- Use TRY/CATCH to keep pipelines resilient.
- Explore the Standard Library.