In Latex, the following MWE:
\documentclass{article}
\begin{document}
Hello World\linebreak
Hello World\linebreak
Hello World\linebreak
Hello World
\end{document}
leaves each line fully justified (to horrible effect).
But In ConTeXt, neither \crlf, nor \\, nor any of the documented
line delimiters seem to have this behaviour:
\starttext
Hello world \crlf
Hello world \\
Hello world | |
Hello world
\stoptext
I've scoured the wiki and looked through the reference manual for a solution, unsuccesfully.

\break?Hello world\breakseems to do. – egreg Jul 17 '15 at 22:03\breakis defined in plain TeX. Like LaTeX, ConTeXt also includes many macros that are defined in plain TeX without documenting them. – Aditya Jul 19 '15 at 01:47