Feedback
Add triple-quoted multiline string literals
- Status
- Fixed
- Fixed in
- v26.6.5
- Source discussion
- https://forum.objo.dev/d/404-ide-triple-quote-for-long-string
- Last updated
- 2026-06-21
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Add triple-quoted multiline string literals to ObjoBasic so developers can embed longer text blocks such as SQL, JSON, Markdown, help text, and UI copy without noisy concatenation or line-continuation syntax. The first implementation should support plain """...""" strings with predictable dedenting and full Objo Studio editor support.