nitc :: TExternCodeSegment :: without_guard
{ and
# Returns the content of this node without the surrounding `{ and `} fun without_guard: String do assert text.length >= 4 return text.substring(2, text.length-4) end