Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Details
Sentry
Sentry
Sentry
Created March 23, 2022 at 8:43 PM
Updated March 23, 2022 at 8:44 PM
Resolved March 23, 2022 at 8:44 PM
BoxLang: Our new JVM Dynamic Language made by Ortus! Check it out: https://www.boxlang.io
Make this
print.line( '<foo><bar /></foo>' )
or this:
print.line( XMLParse( '<foo><bar /></foo>') )
output this:
<foo> <bar/> </foo>
Just like the REPL does.